4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
293_buildManagerState = BuildManagerState.Idle; 619_buildManagerState = BuildManagerState.Building; 957_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1099_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
796if (_buildManagerState == BuildManagerState.Idle) 2119if (_buildManagerState == disallowedState) 2130ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2138if (_buildManagerState != requiredState) 2140ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);