4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
300_buildManagerState = BuildManagerState.Idle; 684_buildManagerState = BuildManagerState.Building; 1024_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1181_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
863if (_buildManagerState == BuildManagerState.Idle) 2298if (_buildManagerState == disallowedState) 2309ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2317if (_buildManagerState != requiredState) 2319ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);