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