1 write to AnalyzerId
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IRemoteDiagnosticAnalyzerService.cs (1)
39
AnalyzerId
= analyzerId;
3 references to AnalyzerId
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (3)
71
queue.Add(snapshot.Select(entry => (entry.
AnalyzerId
, entry.TimeSpan)), unitCount);
106
_builtInMap[entry.
AnalyzerId
] = entry.BuiltIn;
137
sb.Append(snapshot.
AnalyzerId
);