2 types derived from UnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
19internal class RelatedUnchangedDocumentDiagnosticReport : UnchangedDocumentDiagnosticReport
Protocol\WorkspaceUnchangedDocumentDiagnosticReport.cs (1)
18internal class WorkspaceUnchangedDocumentDiagnosticReport : UnchangedDocumentDiagnosticReport
3 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