4 writes to _buildManagerState
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
299_buildManagerState = BuildManagerState.Idle; 627_buildManagerState = BuildManagerState.Building; 965_buildManagerState = BuildManagerState.WaitingForBuildToComplete; 1112_buildManagerState = BuildManagerState.Idle;
5 references to _buildManagerState
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
804if (_buildManagerState == BuildManagerState.Idle) 2146if (_buildManagerState == disallowedState) 2157ErrorUtilities.VerifyThrowInvalidOperation(_buildManagerState == requiredState, exceptionResouorce); 2165if (_buildManagerState != requiredState) 2167ErrorUtilities.ThrowInternalError("Expected state {0}, actual state {1}", requiredState, _buildManagerState);