12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
99
private
BlockType
_blockType =
BlockType
.Unblocked;
208
_blockType =
BlockType
.Unblocked;
231
ErrorUtilities.VerifyThrow(_blockType ==
BlockType
.BlockedOnTargetInProgress || _blockType ==
BlockType
.Yielded || (_continueResults != null), "Unexpected null results for request {0} (nr {1})", _requestEntry.Request.GlobalRequestId, _requestEntry.Request.NodeRequestId);
401
_blockType =
BlockType
.BlockedOnTargetInProgress;
425
_blockType =
BlockType
.Unblocked;
438
_blockType =
BlockType
.Yielded;
463
_blockType =
BlockType
.Unblocked;
861
_blockType =
BlockType
.Unblocked;
935
_blockType =
BlockType
.BlockedOnChildRequests;
999
_blockType =
BlockType
.Unblocked;