7 references to GetAnalyzerId
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (3)
628var analyzer1Id = analyzer1.GetAnalyzerId(); 673var analyzerId = analyzer.GetAnalyzerId(); 753var analyzerIds = ImmutableArray.Create(analyzer.GetAnalyzerId());
Microsoft.CodeAnalysis.Features (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (3)
34return (analyzer.GetAnalyzerId(), GetAnalyzerVersion(typeInfo.Assembly.Location)); 55analyzerMap[analyzer.GetAnalyzerId()] = analyzer; 60=> analysisResult.Select(kv => new AnalyzerPerformanceInfo(kv.Key.GetAnalyzerId(), analyzerInfo.IsTelemetryCollectionAllowed(kv.Key), kv.Value.ExecutionTime));
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
204=> GetUniqueNumber(analyzer.GetAnalyzerId());