4 references to DocumentDiagnosticReportPartialResult
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
17using DocumentDiagnosticPartialReport = SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>;
Protocol\DocumentDiagnosticParams.cs (3)
17internal class DocumentDiagnosticParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>> 22/// followed by n <see cref="DocumentDiagnosticReportPartialResult"/> literals. 26public IProgress<SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>>? PartialResultToken