1 write to m_timer
mscorlib (1)
system\threading\timer.cs (1)
952m_timer = new TimerHolder(timer);
6 references to m_timer
mscorlib (6)
system\threading\timer.cs (6)
989return m_timer.Change((UInt32)dueTime, (UInt32)period); 1000return m_timer.Change(dueTime, period); 1015return m_timer.Change((UInt32)dueTime, (UInt32)period); 1024return m_timer.Close(notifyObject); 1029m_timer.Close(); 1034GC.SuppressFinalize(m_timer);