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