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();
8 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 (5)
Diagnostics\HostDiagnosticAnalyzers.cs (3)
79DiagnosticAnalyzerInfoCache infoCache, 161DiagnosticAnalyzerInfoCache infoCache, 300public SkippedHostAnalyzersInfo GetSkippedAnalyzersInfo(ProjectState project, DiagnosticAnalyzerInfoCache infoCache)
Diagnostics\SkippedHostAnalyzersInfo.cs (2)
51DiagnosticAnalyzerInfoCache analyzerInfoCache) 123DiagnosticAnalyzerInfoCache analyzerInfoCache,