6 references to BlockedRequestId
Microsoft.Build (4)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (3)
398ErrorUtilities.VerifyThrow(_requestsByGlobalRequestId.ContainsKey(unblocker.BlockedRequestId), "Request {0} is not known to the engine.", unblocker.BlockedRequestId); 399BuildRequestEntry entry = _requestsByGlobalRequestId[unblocker.BlockedRequestId];
BackEnd\Components\Scheduler\ScheduleResponse.cs (1)
240return String.Format(CultureInfo.CurrentCulture, "Act: {0} Node: {1} Request: {2}", Action, NodeId, Unblocker.BlockedRequestId);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\Scheduler_Tests.cs (2)
262Assert.Equal(request1.ParentGlobalRequestId, response[2].Unblocker.BlockedRequestId); 695Assert.Equal(request.ParentGlobalRequestId, response[1].Unblocker.BlockedRequestId);