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