2 references to PerformanceQueue
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (2)
55
_queueForDocumentAnalysis = new
PerformanceQueue
(minSampleSizeForDocumentAnalysis);
57
_queueForSpanAnalysis = new
PerformanceQueue
(minSampleSizeForSpanAnalysis);