4 references to BlockedRequestId
Microsoft.Build (4)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (3)
457Assumed.True(_requestsByGlobalRequestId.ContainsKey(unblocker.BlockedRequestId), $"Request {unblocker.BlockedRequestId} is not known to the engine."); 458BuildRequestEntry entry = _requestsByGlobalRequestId[unblocker.BlockedRequestId];
BackEnd\Components\Scheduler\ScheduleResponse.cs (1)
238return $"Act: {Action} Node: {NodeId} Request: {Unblocker.BlockedRequestId}";