4 writes to _nextGlobalRequestId
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
606_nextGlobalRequestId = 0; 1734_nextGlobalRequestId++; 2337request.GlobalRequestId = _nextGlobalRequestId++; 2354request.GlobalRequestId = _nextGlobalRequestId++;
1 reference to _nextGlobalRequestId
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1733newRequest.GlobalRequestId = _nextGlobalRequestId;