3 writes to _nextGlobalRequestId
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
547_nextGlobalRequestId = 0; 1655_nextGlobalRequestId++; 2285_nextGlobalRequestId++;
2 references to _nextGlobalRequestId
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
1654newRequest.GlobalRequestId = _nextGlobalRequestId; 2284request.GlobalRequestId = _nextGlobalRequestId;