2 writes to _currentReader
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
74
_currentReader
= null;
83
_currentReader
= new SmtpReplyReader(this);
6 references to _currentReader
System.Net.Mail (6)
System\Net\Mail\SmtpReplyReaderFactory.cs (6)
51
return
_currentReader
;
65
if (
_currentReader
== caller)
80
_currentReader
?.Close();
84
return
_currentReader
;
240
if (buffer.Length == 0 ||
_currentReader
!= caller || _readState == ReadState.Done)
257
if (caller !=
_currentReader
|| _readState == ReadState.Done)