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