1 write to _timer
vstest.console.arm64 (1)
parent\vstest.console\Internal\SystemTimersTimer.cs (1)
13_timer = new Timer(interval);
5 references to _timer
vstest.console.arm64 (5)
parent\vstest.console\Internal\SystemTimersTimer.cs (5)
17add => _timer.Elapsed += value; 18remove => _timer.Elapsed -= value; 20public void Start() => _timer.Start(); 21public void Stop() => _timer.Stop(); 22public void Dispose() => _timer.Dispose();