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