6 references to BlockingTarget
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1350
TraceEngine("Blocking global request {0} on global request {1} because it is already executing target {2}", blocker.BlockedRequestId, blocker.BlockingRequestId, blocker.
BlockingTarget
);
BackEnd\Components\Scheduler\Scheduler.cs (5)
329
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
334
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
343
ErrorUtilities.VerifyThrow(!string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should exist");
355
ErrorUtilities.VerifyThrow(string.IsNullOrEmpty(blocker.
BlockingTarget
), "Blocking target should be null because this is not a request blocking on a target");
1645
blockedRequest.BlockByRequest(blockingRequest, blocker.TargetsInProgress, blocker.
BlockingTarget
);