2 writes to currentReader
System (2)
net\System\Net\mail\SmtpReplyReaderFactory.cs (2)
83
currentReader
= null;
109
currentReader
= new SmtpReplyReader(this);
8 references to currentReader
System (8)
net\System\Net\mail\SmtpReplyReaderFactory.cs (8)
42
return
currentReader
;
71
if (
currentReader
== caller)
103
if (
currentReader
!= null)
105
currentReader
.Close();
110
return
currentReader
;
274
if (count == 0 ||
currentReader
!= caller || readState == ReadState.Done)
307
if (caller !=
currentReader
|| readState == ReadState.Done)
393
if (parent.
currentReader
!= caller || parent.readState == ReadState.Done)