4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
299_buildManagerState = BuildManagerState.Idle; 643_buildManagerState = BuildManagerState.Building; 1002_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1149_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
841if (_buildManagerState == BuildManagerState.Idle) 2183if (_buildManagerState == disallowedState) 2194ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2202if (_buildManagerState != requiredState) 2204ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);