4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
292_buildManagerState = BuildManagerState.Idle; 618_buildManagerState = BuildManagerState.Building; 947_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1089_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
795if (_buildManagerState == BuildManagerState.Idle) 2104if (_buildManagerState == disallowedState) 2115ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2123if (_buildManagerState != requiredState) 2125ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);