4 references to AnalyzerId
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (4)
79var analyzerId = perfInfo.BuiltIn ? perfInfo.AnalyzerId : perfInfo.BuiltIn.GetHashCode().ToString(); 99queue.Add(snapshot.Select(entry => (entry.AnalyzerId, entry.TimeSpan)), unitCount); 134_builtInMap[entry.AnalyzerId] = entry.BuiltIn; 165sb.Append(snapshot.AnalyzerId);