2 writes to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
113_responseReader = new SmtpReplyReaderFactory(_stream!); 184_responseReader = new SmtpReplyReaderFactory(_stream);
2 references to _responseReader
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
55internal SmtpReplyReaderFactory? Reader => _responseReader; 116LineInfo info = await _responseReader.GetNextReplyReader().ReadLineAsync<TIOAdapter>(cancellationToken).ConfigureAwait(false);