12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
101private BlockType _blockType = BlockType.Unblocked; 210_blockType = BlockType.Unblocked; 233ErrorUtilities.VerifyThrow(_blockType == BlockType.BlockedOnTargetInProgress || _blockType == BlockType.Yielded || (_continueResults != null), "Unexpected null results for request {0} (nr {1})", _requestEntry.Request.GlobalRequestId, _requestEntry.Request.NodeRequestId); 403_blockType = BlockType.BlockedOnTargetInProgress; 427_blockType = BlockType.Unblocked; 440_blockType = BlockType.Yielded; 465_blockType = BlockType.Unblocked; 863_blockType = BlockType.Unblocked; 939_blockType = BlockType.BlockedOnChildRequests; 1003_blockType = BlockType.Unblocked;