Share via


AnalyzerConfigOptionsResult.TreeOptions Property

Definition

Options that customize diagnostic severity as reported by the compiler.

public System.Collections.Immutable.ImmutableDictionary<string,Microsoft.CodeAnalysis.ReportDiagnostic> TreeOptions { get; }
member this.TreeOptions : System.Collections.Immutable.ImmutableDictionary<string, Microsoft.CodeAnalysis.ReportDiagnostic>
Public ReadOnly Property TreeOptions As ImmutableDictionary(Of String, ReportDiagnostic)

Property Value

Applies to