1 implementation of Stop
vstest.console (1)
Internal\SystemTimersTimer.cs (1)
21
public void
Stop
() => _timer.Stop();
1 reference to Stop
vstest.console (1)
Internal\ProgressIndicator.cs (1)
94
_timer?.
Stop
();