7 references to Done
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
63if (_readState != ReadState.Done) 223goto case ReadState.Done; 228case ReadState.Done: 231_readState = ReadState.Done; 244if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 261if (caller != _currentReader || _readState == ReadState.Done) 318else if (_readState == ReadState.Done)