1 write to _analyzerService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticHandlerFactory.cs (1)
32
_analyzerService
= analyzerService;
1 reference to _analyzerService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticHandlerFactory.cs (1)
38
=> new PublicDocumentPullDiagnosticsHandler(
_analyzerService
, _editAndContinueDiagnosticUpdateSource, _globalOptions);