8 references to GetAnalyzerId
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (4)
684
Assert.Equal(analyzerProject.
GetAnalyzerId
(), analyzerHost.
GetAnalyzerId
());
715
Assert.Equal(analyzerProject.
GetAnalyzerId
(), analyzerHost.
GetAnalyzerId
());
Microsoft.CodeAnalysis.Features (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (2)
38
analyzerMap[analyzer.
GetAnalyzerId
()] = analyzer;
43
=> analysisResult.SelectAsArray(kv => new AnalyzerPerformanceInfo(kv.Key.
GetAnalyzerId
(), analyzerInfo.IsTelemetryCollectionAllowed(kv.Key), kv.Value.ExecutionTime));
Diagnostics\Service\DiagnosticAnalyzerComparer.cs (1)
34
return (analyzer.
GetAnalyzerId
(), GetAnalyzerLastWriteTime(typeInfo.Assembly.Location));
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
204
=> GetUniqueNumber(analyzer.
GetAnalyzerId
());