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