11 writes to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
82_readState = ReadState.Status0; 114_readState = ReadState.Status0; 131_readState = ReadState.Status1; 148_readState = ReadState.Status2; 169_readState = ReadState.ContinueFlag; 181_readState = ReadState.ContinueCR; 194_readState = ReadState.Status0; 199_readState = ReadState.ContinueLF; 211_readState = ReadState.LastCR; 224_readState = ReadState.LastLF; 229_readState = ReadState.Done;
7 references to _readState
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
67if (_readState != ReadState.Done) 98switch (_readState) 240if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 257if (caller != _currentReader || _readState == ReadState.Done) 263System.Diagnostics.Debug.Assert(_readState == ReadState.Status0); 311if (_readState == ReadState.Status0) 325else if (_readState == ReadState.Done)