2 references to _workerCount
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
1518
var workerCount = prePopulatedEventQueue ? Math.Min(CompilationEventQueue.Count,
_workerCount
) :
_workerCount
;