Share via


AnalysisResult.SyntaxDiagnostics Property

Definition

Syntax diagnostics reported by the Analyzers.

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

Property Value

Applies to