11 writes to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
104_readState = ReadState.Status0; 141_readState = ReadState.Status0; 158_readState = ReadState.Status1; 175_readState = ReadState.Status2; 196_readState = ReadState.ContinueFlag; 208_readState = ReadState.ContinueCR; 221_readState = ReadState.Status0; 226_readState = ReadState.ContinueLF; 238_readState = ReadState.LastCR; 251_readState = ReadState.LastLF; 257_readState = ReadState.Done;
11 references to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
74if (_readState != ReadState.Done) 125switch (_readState) 270if (count == 0 || _currentReader != caller || _readState == ReadState.Done) 302if (caller != _currentReader || _readState == ReadState.Done) 309System.Diagnostics.Debug.Assert(_readState == ReadState.Status0); 340if (_readState == ReadState.Status0) 352else if (_readState == ReadState.Done) 386if (_parent._currentReader != caller || _parent._readState == ReadState.Done) 394System.Diagnostics.Debug.Assert(_parent._readState == ReadState.Status0); 474if (_parent._readState == ReadState.Status0) 487else if (_parent._readState == ReadState.Done)