11 writes to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
78_readState = ReadState.Status0; 110_readState = ReadState.Status0; 127_readState = ReadState.Status1; 144_readState = ReadState.Status2; 165_readState = ReadState.ContinueFlag; 177_readState = ReadState.ContinueCR; 190_readState = ReadState.Status0; 195_readState = ReadState.ContinueLF; 207_readState = ReadState.LastCR; 220_readState = ReadState.LastLF; 225_readState = ReadState.Done;
7 references to _readState
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
63if (_readState != ReadState.Done) 94switch (_readState) 236if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 253if (caller != _currentReader || _readState == ReadState.Done) 259System.Diagnostics.Debug.Assert(_readState == ReadState.Status0); 297if (_readState == ReadState.Status0) 310else if (_readState == ReadState.Done)