4 writes to _nextGlobalRequestId
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
591_nextGlobalRequestId = 0; 1719_nextGlobalRequestId++; 2326request.GlobalRequestId = _nextGlobalRequestId++; 2343request.GlobalRequestId = _nextGlobalRequestId++;
1 reference to _nextGlobalRequestId
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1718newRequest.GlobalRequestId = _nextGlobalRequestId;