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)
180get { return _assignedNodeId; } 401ErrorUtilities.VerifyThrow(_assignedNodeId == Scheduler.InvalidNodeId || _assignedNodeId == nodeId, "Request must always resume on the same node on which it was started.");