1 instantiation of RelatedUnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
58
report = new
RelatedUnchangedDocumentDiagnosticReport
6 references to RelatedUnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (2)
17
using DocumentDiagnosticPartialReport = SumType<RelatedFullDocumentDiagnosticReport,
RelatedUnchangedDocumentDiagnosticReport
, DocumentDiagnosticReportPartialResult>;
18
using DocumentDiagnosticReport = SumType<RelatedFullDocumentDiagnosticReport,
RelatedUnchangedDocumentDiagnosticReport
>;
Protocol\DocumentDiagnosticParams.cs (4)
17
internal 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
"/>
26
public IProgress<SumType<RelatedFullDocumentDiagnosticReport,
RelatedUnchangedDocumentDiagnosticReport
, DocumentDiagnosticReportPartialResult>>? PartialResultToken