4 writes to m_TimerState
System (4)
net\System\Net\_TimerThread.cs (4)
437m_TimerState = TimerState.Ready; 445m_TimerState = TimerState.Sentinel; 513m_TimerState = TimerState.Cancelled; 551m_TimerState = TimerState.Fired;
6 references to m_TimerState
System (6)
net\System\Net\_TimerThread.cs (6)
461return m_TimerState == TimerState.Fired; 495if (m_TimerState == TimerState.Ready) 499if (m_TimerState == TimerState.Ready) 530GlobalLog.Assert(m_TimerState != TimerState.Sentinel, "TimerThread#{0}::Fire()|TimerQueue tried to Fire a Sentinel.", Thread.CurrentThread.ManagedThreadId.ToString()); 532if (m_TimerState != TimerState.Ready) 548if (m_TimerState == TimerState.Ready)