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