4 references to DiagnosticAnalyzerInfoCache
Microsoft.CodeAnalysis.Features (4)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
167
var isTelemetryCollectionAllowed =
DiagnosticAnalyzerInfoCache
.IsTelemetryCollectionAllowed(analyzer);
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (1)
146
if (diagnosticIds != null && this.
DiagnosticAnalyzerInfoCache
.GetDiagnosticDescriptors(analyzer).All(d => !diagnosticIds.Contains(d.Id)))
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
187
!owner.
DiagnosticAnalyzerInfoCache
.GetDiagnosticDescriptors(analyzer).Any(static (a, shouldIncludeDiagnostic) => shouldIncludeDiagnostic(a.Id), shouldIncludeDiagnostic))
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
84
arg.self.
DiagnosticAnalyzerInfoCache
, analyzer, arg.hostAnalyzerInfo.IsHostAnalyzer(analyzer), arg.project),