1 instantiation of PerformanceReporter
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
67
_performanceReporter = new
PerformanceReporter
(telemetrySession, diagnosticAnalyzerPerformanceTracker, _shutdownCancellationSource.Token);
1 reference to PerformanceReporter
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
35
private
PerformanceReporter
? _performanceReporter;