2 writes to _accumulatedTime
Microsoft.Build (2)
BackEnd\Components\Scheduler\ScheduleTimeRecord.cs (2)
32
_accumulatedTime
= TimeSpan.Zero;
63
_accumulatedTime
+= currentTime - _startTimeForCurrentState;
1 reference to _accumulatedTime
Microsoft.Build (1)
BackEnd\Components\Scheduler\ScheduleTimeRecord.cs (1)
43
return
_accumulatedTime
;