12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
99private BlockType _blockType = BlockType.Unblocked; 208_blockType = BlockType.Unblocked; 231ErrorUtilities.VerifyThrow(_blockType == BlockType.BlockedOnTargetInProgress || _blockType == BlockType.Yielded || (_continueResults != null), "Unexpected null results for request {0} (nr {1})", _requestEntry.Request.GlobalRequestId, _requestEntry.Request.NodeRequestId); 401_blockType = BlockType.BlockedOnTargetInProgress; 425_blockType = BlockType.Unblocked; 438_blockType = BlockType.Yielded; 463_blockType = BlockType.Unblocked; 861_blockType = BlockType.Unblocked; 935_blockType = BlockType.BlockedOnChildRequests; 999_blockType = BlockType.Unblocked;