3 references to AnalyzerInfoForPerformanceReporting
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\DiagnosticAnalyzer\IPerformanceTrackerService.cs (1)
15void GenerateReport(List<AnalyzerInfoForPerformanceReporting> analyzerInfos, bool forSpanAnalysis);
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (1)
105public void GenerateReport(List<AnalyzerInfoForPerformanceReporting> analyzerInfos, bool forSpanAnalysis)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
55using var pooledObject = SharedPools.Default<List<AnalyzerInfoForPerformanceReporting>>().GetPooledObject();