2 instantiations of 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);
15 references to Timer
Microsoft.ML.AutoML (2)
AutoMLExperiment\IPerformanceMonitor.cs (2)
15
using Timer = System.Timers.
Timer
;
44
private
Timer
_timer;
Microsoft.ML.AutoML.Tests (1)
AutoMLExperimentTests.cs (1)
466
private System.Timers.
Timer
_timer;
netstandard (1)
netstandard.cs (1)
2159
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.
Timer
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
921
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Timers.
Timer
))]
System.ComponentModel.TypeConverter (10)
System\Timers\ElapsedEventArgs.cs (1)
7
/// Provides data for the <see cref='System.Timers.
Timer
.Elapsed'/> event.
System\Timers\Timer.cs (9)
30
/// Initializes a new instance of the <see cref='System.Timers.
Timer
'/> class, with the properties
44
/// Initializes a new instance of the <see cref='System.Timers.
Timer
'/> class, setting the <see cref='System.Timers.
Timer
.Interval'/> property to the specified period.
66
/// Initializes a new instance of the <see cref='
Timer
'/> class, setting the <see cref='Interval'/> property to the specified period.
101
/// Gets or sets a value indicating whether the <see cref='System.Timers.
Timer
'/>
184
/// Occurs when the <see cref='System.Timers.
Timer
.Interval'/> has
247
/// the <see cref='System.Timers.
Timer
'/>.
279
/// Starts the timing by setting <see cref='System.Timers.
Timer
.Enabled'/> to <see langword='true'/>.
284
/// Stops the timing by setting <see cref='System.Timers.
Timer
.Enabled'/> to <see langword='false'/>.