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)
1657
newRequest.GlobalRequestId =
_nextGlobalRequestId
;
2287
request.GlobalRequestId =
_nextGlobalRequestId
;