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