2 instantiations of DiagnosticAnalyzerInfoCache
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
172diagnosticService.GetDiagnosticDescriptorsPerReference(new DiagnosticAnalyzerInfoCache(), project: null);
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
59private readonly DiagnosticAnalyzerInfoCache _analyzerInfoCache = new();
10 references to DiagnosticAnalyzerInfoCache
Microsoft.CodeAnalysis.Features (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
42public static ImmutableArray<AnalyzerPerformanceInfo> ToAnalyzerPerformanceInfo(this IDictionary<DiagnosticAnalyzer, AnalyzerTelemetryInfo> analysisResult, DiagnosticAnalyzerInfoCache analyzerInfo)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
59private readonly DiagnosticAnalyzerInfoCache _analyzerInfoCache = new();
Diagnostics\Service\DiagnosticAnalyzerService_CoreAnalyze.cs (1)
191DiagnosticAnalyzerInfoCache analyzerInfoCache,
Microsoft.CodeAnalysis.Workspaces (7)
Diagnostics\HostDiagnosticAnalyzers.cs (5)
82DiagnosticAnalyzerInfoCache infoCache, 95ImmutableHashSet<string> GetAllDiagnosticIds(DiagnosticAnalyzerInfoCache infoCache, Project project) 113DiagnosticAnalyzerInfoCache infoCache, 195DiagnosticAnalyzerInfoCache infoCache, 334public SkippedHostAnalyzersInfo GetSkippedAnalyzersInfo(ProjectState project, DiagnosticAnalyzerInfoCache infoCache)
Diagnostics\SkippedHostAnalyzersInfo.cs (2)
51DiagnosticAnalyzerInfoCache analyzerInfoCache) 123DiagnosticAnalyzerInfoCache analyzerInfoCache,