4 writes to _nextGlobalRequestId
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
606_nextGlobalRequestId = 0; 1732_nextGlobalRequestId++; 2331request.GlobalRequestId = _nextGlobalRequestId++; 2348request.GlobalRequestId = _nextGlobalRequestId++;
1 reference to _nextGlobalRequestId
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
1731newRequest.GlobalRequestId = _nextGlobalRequestId;