2 instantiations of SmtpReplyReaderFactory
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
113
_responseReader = new
SmtpReplyReaderFactory
(_stream!);
184
_responseReader = new
SmtpReplyReaderFactory
(_stream);
5 references to SmtpReplyReaderFactory
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.cs (2)
32
private
SmtpReplyReaderFactory
? _responseReader;
55
internal
SmtpReplyReaderFactory
? Reader => _responseReader;
System\Net\Mail\SmtpReplyReader.cs (2)
19
private readonly
SmtpReplyReaderFactory
_reader;
21
internal SmtpReplyReader(
SmtpReplyReaderFactory
reader)
System\Net\Mail\SmtpReplyReaderFactory.cs (1)
65
_byteBuffer ??= new byte[
SmtpReplyReaderFactory
.DefaultBufferSize];