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)
51return _currentReader; 65if (_currentReader == caller) 80_currentReader?.Close(); 84return _currentReader; 240if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 257if (caller != _currentReader || _readState == ReadState.Done)