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