7 references to Done
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
63if (_readState != ReadState.Done) 218goto case ReadState.Done; 223case ReadState.Done: 225_readState = ReadState.Done; 236if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 253if (caller != _currentReader || _readState == ReadState.Done) 310else if (_readState == ReadState.Done)