1 write to _timer
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
908_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)
749public TimerDebuggerTypeProxy(Timer timer) => _timer = timer._timer._timer; 899[MemberNotNull(nameof(_timer))] 916return _timer._timer.Change((uint)dueTime, (uint)period); 920_timer._timer.Change(dueTime, period); 925return _timer._timer.Change(dueTime, period); 935return _timer._timer.Change((uint)dueTime, (uint)period); 962return _timer.Dispose(notifyObject); 967_timer.Dispose(); 972return _timer.DisposeAsync(); 975private string DisplayString => _timer._timer.DisplayString;