2 references to Yielded
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
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);
438
_blockType = BlockType.
Yielded
;