6 references to BlockedRequestId
Microsoft.Build (4)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (3)
404ErrorUtilities.VerifyThrow(_requestsByGlobalRequestId.ContainsKey(unblocker.BlockedRequestId), "Request {0} is not known to the engine.", unblocker.BlockedRequestId); 405BuildRequestEntry entry = _requestsByGlobalRequestId[unblocker.BlockedRequestId];
BackEnd\Components\Scheduler\ScheduleResponse.cs (1)
238return $"Act: {Action} Node: {NodeId} Request: {Unblocker.BlockedRequestId}";
Microsoft.Build.Engine.UnitTests (2)
BackEnd\Scheduler_Tests.cs (2)
261Assert.Equal(request1.ParentGlobalRequestId, response[2].Unblocker.BlockedRequestId); 694Assert.Equal(request.ParentGlobalRequestId, response[1].Unblocker.BlockedRequestId);