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