2 instantiations of RelatedFullDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (2)
43
=> new(new
RelatedFullDocumentDiagnosticReport
50
=> new(new
RelatedFullDocumentDiagnosticReport
5 references to RelatedFullDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (3)
17
using DocumentDiagnosticPartialReport = SumType<
RelatedFullDocumentDiagnosticReport
, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>;
18
using DocumentDiagnosticReport = SumType<
RelatedFullDocumentDiagnosticReport
, RelatedUnchangedDocumentDiagnosticReport>;
71
if (progressValues.Single().TryGetFirst(out
var
value))
Protocol\DocumentDiagnosticParams.cs (2)
17
internal class DocumentDiagnosticParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<SumType<
RelatedFullDocumentDiagnosticReport
, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>>
26
public IProgress<SumType<
RelatedFullDocumentDiagnosticReport
, RelatedUnchangedDocumentDiagnosticReport, DocumentDiagnosticReportPartialResult>>? PartialResultToken