11 writes to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
78_readState = ReadState.Status0; 115_readState = ReadState.Status0; 132_readState = ReadState.Status1; 149_readState = ReadState.Status2; 170_readState = ReadState.ContinueFlag; 182_readState = ReadState.ContinueCR; 195_readState = ReadState.Status0; 200_readState = ReadState.ContinueLF; 212_readState = ReadState.LastCR; 225_readState = ReadState.LastLF; 231_readState = ReadState.Done;
7 references to _readState
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
63if (_readState != ReadState.Done) 99switch (_readState) 244if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 261if (caller != _currentReader || _readState == ReadState.Done) 267System.Diagnostics.Debug.Assert(_readState == ReadState.Status0); 305if (_readState == ReadState.Status0) 318else if (_readState == ReadState.Done)