5 writes to _responseReader
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.cs (5)
193_responseReader = new SmtpReplyReaderFactory(_stream!); 246_responseReader = new SmtpReplyReaderFactory(_stream); 471_connection._responseReader = new SmtpReplyReaderFactory(_connection._stream!); 714_connection._responseReader = new SmtpReplyReaderFactory(_connection._stream); 729thisPtr._connection._responseReader = new SmtpReplyReaderFactory(thisPtr._connection._stream);
2 references to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
56internal SmtpReplyReaderFactory? Reader => _responseReader; 195LineInfo info = _responseReader.GetNextReplyReader().ReadLine();