1 write to _analyzerService
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs (1)
30_analyzerService = workspace.Services.GetRequiredService<IDiagnosticAnalyzerService>();
1 reference to _analyzerService
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs (1)
60.SelectMany(a => _analyzerService.AnalyzerInfoCache.GetDiagnosticDescriptors(a))