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