1 write to _timerStartedTimestamp
dotnet (1)
Commands\Test\MTP\TestRunPolicy.cs (1)
94
_timerStartedTimestamp
= Stopwatch.GetTimestamp();
1 reference to _timerStartedTimestamp
dotnet (1)
Commands\Test\MTP\TestRunPolicy.cs (1)
131
TimeSpan elapsed = Stopwatch.GetElapsedTime(
_timerStartedTimestamp
);