4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
298_buildManagerState = BuildManagerState.Idle; 642_buildManagerState = BuildManagerState.Building; 1001_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1148_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
840if (_buildManagerState == BuildManagerState.Idle) 2186if (_buildManagerState == disallowedState) 2197ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2205if (_buildManagerState != requiredState) 2207ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);