2 writes to _currentInProcNodeCount
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
541_currentInProcNodeCount++; 588_currentInProcNodeCount = 0;
1 reference to _currentInProcNodeCount
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1531int availableNodesWithInProcAffinity = maxInProcNodeCount - _currentInProcNodeCount;