9 references to Scheduler
Microsoft.Build.Engine (9)
Engine\Engine.cs (6)
1712Scheduler.NotifyOfSchedulingDecision(currentRequest, EngineCallback.inProcNode); 1724Scheduler.NotifyOfSchedulingDecision(currentRequest, this.nodeId); 2366Scheduler.Initialize(NodeManager.GetNodeDescriptions()); 2507Scheduler.NotifyOfSchedulingDecision(buildRequest, this.nodeId); 2565int evaluationNode = Scheduler.CalculateNodeForBuildRequest(buildRequest, nodeIndex); 3044Scheduler.NotifyOfBlockedNode(postingNodeId);
Engine\TargetExecutionWrapper.cs (2)
977parentEngine.Scheduler.NotifyOfBlockedRequest(buildContext.BuildRequest); 1020parentEngine.Scheduler.NotifyOfUnblockedRequest(buildContext.BuildRequest);
Introspector\Introspector.cs (1)
255parentEngine.Scheduler.DumpState();