CompilationUnitManager.Compilation.SyntaxDiagnostics Property

Definition

Contains a dictionary that maps the ID of a file included in the compilation to all syntax-related diagnostics generated during compilation.

public System.Collections.Immutable.ImmutableDictionary<string,System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic>> SyntaxDiagnostics { get; }
member this.SyntaxDiagnostics : System.Collections.Immutable.ImmutableDictionary<string, System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic>>
Public ReadOnly Property SyntaxDiagnostics As ImmutableDictionary(Of String, ImmutableArray(Of Diagnostic))

Property Value

ImmutableDictionary<String,ImmutableArray<Diagnostic>>

Applies to