2 types derived from UnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
19internal sealed class RelatedUnchangedDocumentDiagnosticReport : UnchangedDocumentDiagnosticReport
Protocol\WorkspaceUnchangedDocumentDiagnosticReport.cs (1)
17internal sealed class WorkspaceUnchangedDocumentDiagnosticReport : UnchangedDocumentDiagnosticReport
5 references to UnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\DocumentDiagnosticReportPartialResult.cs (1)
24public Dictionary<Uri, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>> RelatedDocuments
Protocol\RelatedFullDocumentDiagnosticReport.cs (1)
32public Dictionary<Uri, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>? RelatedDocuments
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
32public Dictionary<Uri, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>>? RelatedDocuments
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
274var diagnostics = await testLspServer.ExecuteRequestAsync<DocumentDiagnosticParams, SumType<FullDocumentDiagnosticReport, UnchangedDocumentDiagnosticReport>?>( 290else if (diagnostics.Value.Value is UnchangedDocumentDiagnosticReport)