4 writes to _nextGlobalRequestId
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
592_nextGlobalRequestId = 0; 1720_nextGlobalRequestId++; 2327request.GlobalRequestId = _nextGlobalRequestId++; 2344request.GlobalRequestId = _nextGlobalRequestId++;
1 reference to _nextGlobalRequestId
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1719newRequest.GlobalRequestId = _nextGlobalRequestId;