2 writes to _accumulatedTime
Microsoft.Build (2)
BackEnd\Components\Scheduler\SchedulingPlan.cs (2)
516
_accumulatedTime
= accumulatedTime;
541
set {
_accumulatedTime
= value; }
1 reference to _accumulatedTime
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulingPlan.cs (1)
540
get { return
_accumulatedTime
; }