CompilationLoader.LoadDiagnostics Property

Definition

Contains all diagnostics generated upon source file and reference loading. All other diagnostics can be accessed via the VerifiedCompilation.

public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic> LoadDiagnostics { get; set; }
member this.LoadDiagnostics : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic> with get, set
Public Property LoadDiagnostics As ImmutableArray(Of Diagnostic)

Property Value

ImmutableArray<Diagnostic>

Applies to