1 instantiation of RelatedUnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
58report = new RelatedUnchangedDocumentDiagnosticReport
6 references to RelatedUnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (2)
17using DocumentDiagnosticPartialReport = SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>; 18using DocumentDiagnosticReport = SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport>;
Protocol\DocumentDiagnosticParams.cs (4)
17internal class DocumentDiagnosticParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>> 21/// Note that the first literal send needs to be either the <see cref="RelatedUnchangedDocumentDiagnosticReport"/> or <see cref="RelatedUnchangedDocumentDiagnosticReport"/> 26public IProgress<SumType<RelatedFullDocumentDiagnosticReport, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>>? PartialResultToken