1 write to _timer
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
905_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)
746public TimerDebuggerTypeProxy(Timer timer) => _timer = timer._timer._timer; 896[MemberNotNull(nameof(_timer))] 913return _timer._timer.Change((uint)dueTime, (uint)period); 917_timer._timer.Change(dueTime, period); 922return _timer._timer.Change(dueTime, period); 932return _timer._timer.Change((uint)dueTime, (uint)period); 959return _timer.Dispose(notifyObject); 964_timer.Dispose(); 969return _timer.DisposeAsync(); 972private string DisplayString => _timer._timer.DisplayString;