2 references to Yielded
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
234
Assumed.True(_blockType == BlockType.BlockedOnTargetInProgress || _blockType == BlockType.
Yielded
|| (_continueResults != null), $"Unexpected null results for request {_requestEntry.Request.GlobalRequestId} (nr {_requestEntry.Request.NodeRequestId})");
442
_blockType = BlockType.
Yielded
;