4 references to YieldAction
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
357if (blocker.YieldAction == YieldAction.Reacquire) 371if (blocker.YieldAction != YieldAction.None) 373TraceScheduler($"Request {blocker.BlockedRequestId} on node {nodeId} is performing yield action {blocker.YieldAction}."); 719if (blocker.YieldAction == YieldAction.Yield)