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