1 write to _timer
vstest.console.arm64 (1)
parent\vstest.console\Internal\ProgressIndicator.cs (1)
39_timer = timer ?? new SystemTimersTimer(1000);
4 references to _timer
vstest.console.arm64 (4)
parent\vstest.console\Internal\ProgressIndicator.cs (4)
50_timer.Elapsed += Timer_Elapsed; 51_timer.Start(); 94_timer?.Stop(); 118_timer?.Dispose();