AnalysisResult.CompilationDiagnostics Property

Definition

Compilation diagnostics reported by the Analyzers.

public:
 property System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ CompilationDiagnostics { System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ get(); };
public System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer,System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> CompilationDiagnostics { get; }
member this.CompilationDiagnostics : System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public ReadOnly Property CompilationDiagnostics As ImmutableDictionary(Of DiagnosticAnalyzer, ImmutableArray(Of Diagnostic))

Property Value

Applies to