4 writes to _timerState
System.Net.Requests (4)
System\Net\TimerThread.cs (4)
309
_timerState
= TimerState.Ready;
317
_timerState
= TimerState.Sentinel;
357
_timerState
= TimerState.Cancelled;
400
_timerState
= TimerState.Fired;
6 references to _timerState
System.Net.Requests (6)
System\Net\TimerThread.cs (6)
320
internal override bool HasExpired =>
_timerState
== TimerState.Fired;
339
if (
_timerState
== TimerState.Ready)
343
if (
_timerState
== TimerState.Ready)
375
if (
_timerState
== TimerState.Sentinel)
380
if (
_timerState
!= TimerState.Ready)
397
if (
_timerState
== TimerState.Ready)