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