2 references to BlockedOnTargetInProgress
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
231ErrorUtilities.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;