3 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);
System.ComponentModel.TypeConverter (1)
System\Timers\Timer.cs (1)
71public Timer(TimeSpan interval) : this(interval.TotalMilliseconds)