12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
102private BlockType _blockType = BlockType.Unblocked; 211_blockType = BlockType.Unblocked; 234ErrorUtilities.VerifyThrow(_blockType == BlockType.BlockedOnTargetInProgress || _blockType == BlockType.Yielded || (_continueResults != null), "Unexpected null results for request {0} (nr {1})", _requestEntry.Request.GlobalRequestId, _requestEntry.Request.NodeRequestId); 404_blockType = BlockType.BlockedOnTargetInProgress; 428_blockType = BlockType.Unblocked; 441_blockType = BlockType.Yielded; 466_blockType = BlockType.Unblocked; 864_blockType = BlockType.Unblocked; 940_blockType = BlockType.BlockedOnChildRequests; 1004_blockType = BlockType.Unblocked;