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