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