1 type derived from VSInternalDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\Diagnostics\VSInternalWorkspaceDiagnosticReport.cs (1)
12internal class VSInternalWorkspaceDiagnosticReport : VSInternalDiagnosticReport
1 instantiation of VSInternalDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
34new VSInternalDiagnosticReport
13 references to VSInternalDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (12)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
40/// should always <see cref="VSInternalDiagnosticReport.Supersedes"/> a workspace diagnostic as the former are 'live'
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (7)
15: AbstractDocumentPullDiagnosticHandler<VSInternalDocumentDiagnosticsParams, VSInternalDiagnosticReport[], VSInternalDiagnosticReport[]> 32protected override VSInternalDiagnosticReport[] CreateReport(TextDocumentIdentifier identifier, Roslyn.LanguageServer.Protocol.Diagnostic[]? diagnostics, string? resultId) 47protected override VSInternalDiagnosticReport[] CreateRemovedReport(TextDocumentIdentifier identifier) 50protected override bool TryCreateUnchangedReport(TextDocumentIdentifier identifier, string resultId, out VSInternalDiagnosticReport[] report) 67protected override VSInternalDiagnosticReport[]? CreateReturn(BufferedProgress<VSInternalDiagnosticReport[]> progress)
Protocol\Internal\Diagnostics\VSInternalDocumentDiagnosticsParams.cs (2)
13internal class VSInternalDocumentDiagnosticsParams : VSInternalDiagnosticParams, IPartialResultParams<VSInternalDiagnosticReport[]>, IWorkDoneProgressParams 23public IProgress<VSInternalDiagnosticReport[]>? PartialResultToken { get; set; }
Protocol\Internal\VSInternalMethods.cs (2)
95public static readonly LspRequest<VSInternalDocumentDiagnosticsParams, VSInternalDiagnosticReport[]> DocumentPullDiagnostic = new LspRequest<VSInternalDocumentDiagnosticsParams, VSInternalDiagnosticReport[]>(DocumentPullDiagnosticName);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
52/// Creates the <see cref="VSInternalDiagnosticReport"/> instance we'll report back to clients to let them know our