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