4 writes to _nextNodeId
Microsoft.Build (4)
BackEnd\Components\Communications\NodeManager.cs (4)
79
_nextNodeId
= _inprocNodeId + 1;
209
_nextNodeId
= _inprocNodeId + 1;
297
_nextNodeId
= _inprocNodeId + 1;
329
fromNodeId = Interlocked.Add(ref
_nextNodeId
, numberOfNodesToCreate) - numberOfNodesToCreate;