1 write to _timer
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
899_timer = new TimerHolder(new TimerQueueTimer(callback, state, dueTime, period, flowExecutionContext));
10 references to _timer
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (10)
740public TimerDebuggerTypeProxy(Timer timer) => _timer = timer._timer._timer; 890[MemberNotNull(nameof(_timer))] 907return _timer._timer.Change((uint)dueTime, (uint)period); 911_timer._timer.Change(dueTime, period); 916return _timer._timer.Change(dueTime, period); 926return _timer._timer.Change((uint)dueTime, (uint)period); 953return _timer.Dispose(notifyObject); 958_timer.Dispose(); 963return _timer.DisposeAsync(); 966private string DisplayString => _timer._timer.DisplayString;