CompilationLoader.LoadDiagnostics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)