1 write to _performanceMap
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
141_performanceMap = [];
4 references to _performanceMap
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (4)
143Reset(_performanceMap, rawData, unitCount); 147=> Reset(_performanceMap, Convert(rawData), unitCount); 150=> analyzerSet.UnionWith(_performanceMap.Keys); 154if (!_performanceMap.TryGetValue(assignedAnalyzerNumber, out var value))