12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
100
private
BlockType
_blockType =
BlockType
.Unblocked;
209
_blockType =
BlockType
.Unblocked;
232
ErrorUtilities.VerifyThrow(_blockType ==
BlockType
.BlockedOnTargetInProgress || _blockType ==
BlockType
.Yielded || (_continueResults != null), "Unexpected null results for request {0} (nr {1})", _requestEntry.Request.GlobalRequestId, _requestEntry.Request.NodeRequestId);
402
_blockType =
BlockType
.BlockedOnTargetInProgress;
426
_blockType =
BlockType
.Unblocked;
439
_blockType =
BlockType
.Yielded;
464
_blockType =
BlockType
.Unblocked;
862
_blockType =
BlockType
.Unblocked;
936
_blockType =
BlockType
.BlockedOnChildRequests;
1000
_blockType =
BlockType
.Unblocked;