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