6 references to Timer
Microsoft.ML.AutoML (1)
AutoMLExperiment\IPerformanceMonitor.cs (1)
80
_timer = new
Timer
(_checkIntervalInMilliseconds);
Microsoft.ML.AutoML.Tests (1)
AutoMLExperimentTests.cs (1)
497
_timer = new System.Timers.
Timer
(_checkIntervalInMilliseconds);
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
999
_splashTimer = New Timers.
Timer
(_minimumSplashExposure)
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
71
public Timer(TimeSpan interval) :
this
(interval.TotalMilliseconds)
vstest.console (1)
Internal\SystemTimersTimer.cs (1)
13
_timer = new
Timer
(interval);
vstest.console.arm64 (1)
parent\vstest.console\Internal\SystemTimersTimer.cs (1)
13
_timer = new
Timer
(interval);