2 writes to _currentReader
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
81
_currentReader
= null;
105
_currentReader
= new SmtpReplyReader(this);
7 references to _currentReader
System.Net.Mail (7)
System\Net\Mail\SmtpReplyReaderFactory.cs (7)
44
return
_currentReader
;
72
if (
_currentReader
== caller)
102
_currentReader
?.Close();
106
return
_currentReader
;
270
if (count == 0 ||
_currentReader
!= caller || _readState == ReadState.Done)
302
if (caller !=
_currentReader
|| _readState == ReadState.Done)
386
if (_parent.
_currentReader
!= caller || _parent._readState == ReadState.Done)