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