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