1 write to _schedulingData
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
133
_schedulingData
= collection;
7 references to _schedulingData
Microsoft.Build (7)
BackEnd\Components\Scheduler\SchedulableRequest.cs (7)
131
ErrorUtilities.VerifyThrow((parent == null) || (parent.
_schedulingData
== collection), "Parent request does not belong to the same collection.");
404
ErrorUtilities.VerifyThrow((_state == SchedulableRequestState.Ready) || !
_schedulingData
.IsRequestScheduled(this), "Another instance of request {0} is already scheduled.", _request.GlobalRequestId);
405
ErrorUtilities.VerifyThrow(!
_schedulingData
.IsNodeWorking(nodeId), "Cannot resume execution of request {0} because node {1} is already working.", _request.GlobalRequestId, nodeId);
407
int requiredNodeId =
_schedulingData
.GetAssignedNodeForRequestConfiguration(_request.ConfigurationId);
482
_schedulingData
.UpdateFromState(this, previousState);
519
SchedulableRequest alternateRequest =
_schedulingData
.GetBlockedRequestIfAny(blockingRequest.BuildRequest.GlobalRequestId);
545
requestToEvaluate =
_schedulingData
.GetBlockedRequestIfAny(requestToEvaluate.BuildRequest.GlobalRequestId);