4 references to YieldAction
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
312if (blocker.YieldAction == YieldAction.Reacquire) 326if (blocker.YieldAction != YieldAction.None) 328TraceScheduler("Request {0} on node {1} is performing yield action {2}.", blocker.BlockedRequestId, nodeId, blocker.YieldAction); 660if (blocker.YieldAction == YieldAction.Yield)