7 references to Done
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
67if (_readState != ReadState.Done) 222goto case ReadState.Done; 227case ReadState.Done: 229_readState = ReadState.Done; 240if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 257if (caller != _currentReader || _readState == ReadState.Done) 325else if (_readState == ReadState.Done)