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