Share via


AnalyzerConfigOptionsResult.AnalyzerOptions Property

Definition

Options that do not have any special compiler behavior and are passed to analyzers as-is.

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

Property Value

Applies to