2 writes to _currentOutOfProcNodeCount
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
545_currentOutOfProcNodeCount++; 590_currentOutOfProcNodeCount = 0;
1 reference to _currentOutOfProcNodeCount
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1534int availableNodesWithOutOfProcAffinity = _componentHost.BuildParameters.MultiThreaded ? 0 : _componentHost.BuildParameters.MaxNodeCount - _currentOutOfProcNodeCount;