2 writes to _assignedNodeId
Microsoft.Build (2)
BackEnd\Components\Scheduler\SchedulableRequest.cs (2)
135_assignedNodeId = -1; 409_assignedNodeId = nodeId;
3 references to _assignedNodeId
Microsoft.Build (3)
BackEnd\Components\Scheduler\SchedulableRequest.cs (3)
179get { return _assignedNodeId; } 400Assumed.True(_assignedNodeId == Scheduler.InvalidNodeId || _assignedNodeId == nodeId, "Request must always resume on the same node on which it was started.");