12 references to BlockType
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
102
private
BlockType
_blockType =
BlockType
.Unblocked;
211
_blockType =
BlockType
.Unblocked;
234
Assumed.True(_blockType ==
BlockType
.BlockedOnTargetInProgress || _blockType ==
BlockType
.Yielded || (_continueResults != null), $"Unexpected null results for request {_requestEntry.Request.GlobalRequestId} (nr {_requestEntry.Request.NodeRequestId})");
405
_blockType =
BlockType
.BlockedOnTargetInProgress;
429
_blockType =
BlockType
.Unblocked;
442
_blockType =
BlockType
.Yielded;
467
_blockType =
BlockType
.Unblocked;
864
_blockType =
BlockType
.Unblocked;
942
_blockType =
BlockType
.BlockedOnChildRequests;
1006
_blockType =
BlockType
.Unblocked;