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)
320internal override bool HasExpired => _timerState == TimerState.Fired; 339if (_timerState == TimerState.Ready) 343if (_timerState == TimerState.Ready) 375if (_timerState == TimerState.Sentinel) 380if (_timerState != TimerState.Ready) 397if (_timerState == TimerState.Ready)