1 write to _performanceTracker
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
76
_performanceTracker
= project.Solution.Services.GetService<IPerformanceTrackerService>();
2 references to _performanceTracker
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
163
if (logPerformanceInfo &&
_performanceTracker
!= null)
175
_performanceTracker
.AddSnapshot(analysisResult.AnalyzerTelemetryInfo.ToAnalyzerPerformanceInfo(_analyzerInfoCache), unitCount, forSpanAnalysis: _span.HasValue);