3 references to _stopwatch
dotnet (3)
Commands\Test\MTP\Terminal\SystemStopwatch.cs (3)
12
public TimeSpan Elapsed =>
_stopwatch
.Elapsed;
14
public void Start() =>
_stopwatch
.Start();
16
public void Stop() =>
_stopwatch
.Stop();