2 writes to _currentReader
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
70_currentReader = null; 79_currentReader = new SmtpReplyReader(this);
6 references to _currentReader
System.Net.Mail (6)
System\Net\Mail\SmtpReplyReaderFactory.cs (6)
47return _currentReader; 61if (_currentReader == caller) 76_currentReader?.Close(); 80return _currentReader; 244if (buffer.Length == 0 || _currentReader != caller || _readState == ReadState.Done) 261if (caller != _currentReader || _readState == ReadState.Done)