3 writes to _nextGlobalRequestId
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
547_nextGlobalRequestId = 0; 1658_nextGlobalRequestId++; 2288_nextGlobalRequestId++;
2 references to _nextGlobalRequestId
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
1657newRequest.GlobalRequestId = _nextGlobalRequestId; 2287request.GlobalRequestId = _nextGlobalRequestId;