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