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);
729
thisPtr._connection.
_responseReader
= new SmtpReplyReaderFactory(thisPtr._connection._stream);
2 references to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
56
internal SmtpReplyReaderFactory? Reader =>
_responseReader
;
195
LineInfo info =
_responseReader
.GetNextReplyReader().ReadLine();