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