2 references to IsTelemetryCollectionAllowed
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
68
=> analysisResult.Select(kv => new AnalyzerPerformanceInfo(kv.Key.GetAnalyzerId(), analyzerInfo.
IsTelemetryCollectionAllowed
(kv.Key), kv.Value.ExecutionTime));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
553
var isTelemetryCollectionAllowed = DiagnosticAnalyzerInfoCache.
IsTelemetryCollectionAllowed
(analyzer);