8 references to DocumentDiagnosticReportKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Protocol\FullDocumentDiagnosticReport.cs (2)
16[Kind(DocumentDiagnosticReportKind.Full)] 24public string Kind => DocumentDiagnosticReportKind.Full;
Protocol\RelatedFullDocumentDiagnosticReport.cs (1)
18[Kind(DocumentDiagnosticReportKind.Full)]
Protocol\RelatedUnchangedDocumentDiagnosticReport.cs (1)
18[Kind(DocumentDiagnosticReportKind.Unchanged)]
Protocol\UnchangedDocumentDiagnosticReport.cs (2)
17[Kind(DocumentDiagnosticReportKind.Unchanged)] 25public string Kind => DocumentDiagnosticReportKind.Unchanged;
Protocol\WorkspaceFullDocumentDiagnosticReport.cs (1)
17[Kind(DocumentDiagnosticReportKind.Full)]
Protocol\WorkspaceUnchangedDocumentDiagnosticReport.cs (1)
17[Kind(DocumentDiagnosticReportKind.Unchanged)]