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)
41return _accumulatedTime;