4 writes to _nextNodeId
Microsoft.Build (4)
BackEnd\Components\Communications\NodeManager.cs (4)
80
_nextNodeId
= _inprocNodeId + 1;
215
_nextNodeId
= _inprocNodeId + 1;
293
_nextNodeId
= _inprocNodeId + 1;
328
fromNodeId = Interlocked.Add(ref
_nextNodeId
, numberOfNodesToCreate) - numberOfNodesToCreate;