3 types derived from AbstractDocumentDiagnosticSource
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\DiagnosticSources\DocumentDiagnosticSource.cs (1)
13
:
AbstractDocumentDiagnosticSource
<Document>
Handler\Diagnostics\DiagnosticSources\TaskListDiagnosticSource.cs (1)
19
internal sealed class TaskListDiagnosticSource :
AbstractDocumentDiagnosticSource
<Document>
Handler\Diagnostics\DiagnosticSources\WorkspaceDocumentDiagnosticSource.cs (1)
14
internal sealed class WorkspaceDocumentDiagnosticSource :
AbstractDocumentDiagnosticSource
<TextDocument>