1 write to _diagnosticSourceManager
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
31
_diagnosticSourceManager
= diagnosticSourceManager;
1 reference to _diagnosticSourceManager
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
37
=> new DocumentPullDiagnosticHandler(_analyzerService,
_diagnosticSourceManager
, _diagnosticsRefresher, _globalOptions);