IRewriteStep.Diagnostic.Severity Property

Definition

Indicates the severity of the diagnostic. Generated diagnostics may be prioritized and filtered according to their severity.

public Microsoft.CodeAnalysis.DiagnosticSeverity Severity { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Severity : Microsoft.CodeAnalysis.DiagnosticSeverity with get, set
Public Property Severity As DiagnosticSeverity

Property Value

DiagnosticSeverity
Attributes

Applies to