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