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)
44return _currentReader; 72if (_currentReader == caller) 102_currentReader?.Close(); 106return _currentReader; 270if (count == 0 || _currentReader != caller || _readState == ReadState.Done) 302if (caller != _currentReader || _readState == ReadState.Done) 386if (_parent._currentReader != caller || _parent._readState == ReadState.Done)