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