2 types derived from UnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
19
internal class RelatedUnchangedDocumentDiagnosticReport :
UnchangedDocumentDiagnosticReport
Protocol\WorkspaceUnchangedDocumentDiagnosticReport.cs (1)
18
internal class WorkspaceUnchangedDocumentDiagnosticReport :
UnchangedDocumentDiagnosticReport
3 references to UnchangedDocumentDiagnosticReport
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\DocumentDiagnosticReportPartialResult.cs (1)
24
public Dictionary<Uri, SumType<FullDocumentDiagnosticReport,
UnchangedDocumentDiagnosticReport
>> RelatedDocuments
Protocol\RelatedFullDocumentDiagnosticReport.cs (1)
32
public Dictionary<Uri, SumType<FullDocumentDiagnosticReport,
UnchangedDocumentDiagnosticReport
>>? RelatedDocuments
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
32
public Dictionary<Uri, SumType<FullDocumentDiagnosticReport,
UnchangedDocumentDiagnosticReport
>>? RelatedDocuments