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