6 references to BlockingTarget
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1417
TraceEngine($"Blocking global request {blocker.BlockedRequestId} on global request {blocker.BlockingRequestId} because it is already executing target {blocker.
BlockingTarget
}");
BackEnd\Components\Scheduler\Scheduler.cs (5)
374
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
379
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
388
ErrorUtilities.VerifyThrow(!string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should exist");
400
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
1721
blockedRequest.BlockByRequest(blockingRequest, blocker.TargetsInProgress, blocker.
BlockingTarget
);