1 implementation of Stop
dotnet (1)
Commands\Test\MTP\Terminal\SystemStopwatch.cs (1)
16
public void
Stop
() => _stopwatch.Stop();
1 reference to Stop
dotnet (1)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
733
assemblyRun.Stopwatch.
Stop
();