12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
101
private
BlockType
_blockType =
BlockType
.Unblocked;
210
_blockType =
BlockType
.Unblocked;
233
ErrorUtilities.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;