1 type derived from AbstractPullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (1)
19: AbstractPullDiagnosticHandler<TDiagnosticsParams, TReport, TReturn>, IDisposable
2 references to AbstractPullDiagnosticHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractDocumentPullDiagnosticHandler.cs (1)
21: AbstractPullDiagnosticHandler<TDiagnosticsParams, TReport, TReturn>(
Handler\Diagnostics\DiagnosticSources\IDiagnosticSource.cs (1)
15/// so that we can share per file diagnostic reporting code in <see cref="AbstractPullDiagnosticHandler{TDiagnosticsParams, TReport, TReturn}"/>