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