2 writes to _assignedNodeId
Microsoft.Build (2)
BackEnd\Components\Scheduler\SchedulableRequest.cs (2)
136
_assignedNodeId
= -1;
410
_assignedNodeId
= nodeId;
3 references to _assignedNodeId
Microsoft.Build (3)
BackEnd\Components\Scheduler\SchedulableRequest.cs (3)
180
get { return
_assignedNodeId
; }
401
ErrorUtilities.VerifyThrow(
_assignedNodeId
== Scheduler.InvalidNodeId ||
_assignedNodeId
== nodeId, "Request must always resume on the same node on which it was started.");