2 writes to _elapsedSeconds
Microsoft.Build.CommandLine.UnitTests (2)
TickingStopwatch.cs (2)
18
_elapsedSeconds
= elapsedSeconds;
26
_elapsedSeconds
+= 0.1;
1 reference to _elapsedSeconds
Microsoft.Build.CommandLine.UnitTests (1)
TickingStopwatch.cs (1)
25
var elapsed =
_elapsedSeconds
;