2 writes to _currentReader
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
70
_currentReader
= null;
79
_currentReader
= new SmtpReplyReader(this);
6 references to _currentReader
System.Net.Mail (6)
System\Net\Mail\SmtpReplyReaderFactory.cs (6)
47
return
_currentReader
;
61
if (
_currentReader
== caller)
76
_currentReader
?.Close();
80
return
_currentReader
;
244
if (buffer.Length == 0 ||
_currentReader
!= caller || _readState == ReadState.Done)
261
if (caller !=
_currentReader
|| _readState == ReadState.Done)