1 write to _diagnosticAnalyzerPerformanceTracker
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
36
_diagnosticAnalyzerPerformanceTracker
= diagnosticAnalyzerPerformanceTracker;
2 references to _diagnosticAnalyzerPerformanceTracker
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (2)
44
_diagnosticAnalyzerPerformanceTracker
.SnapshotAdded += (_, _) => _workQueue.AddWork();
57
_diagnosticAnalyzerPerformanceTracker
.GenerateReport(pooledObject.Object, forSpanAnalysis);