4 writes to _nextGlobalRequestId
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
546_nextGlobalRequestId = 0; 1654_nextGlobalRequestId++; 2252request.GlobalRequestId = _nextGlobalRequestId++; 2269request.GlobalRequestId = _nextGlobalRequestId++;
1 reference to _nextGlobalRequestId
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1653newRequest.GlobalRequestId = _nextGlobalRequestId;