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; 328fromNodeId = Interlocked.Add(ref _nextNodeId, numberOfNodesToCreate) - numberOfNodesToCreate;