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