Struct AnalyzerConfigOptionsResult
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct AnalyzerConfigOptionsResult
Properties
AnalyzerOptions
Declaration
public ImmutableDictionary<string, string> AnalyzerOptions { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, string> |
Diagnostics
Declaration
public ImmutableArray<Diagnostic> Diagnostics { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<Diagnostic> |
TreeOptions
Declaration
public ImmutableDictionary<string, ReportDiagnostic> TreeOptions { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, ReportDiagnostic> |