2 writes to _read
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
418
_read
= _parent._bufferedStream.EndRead(result);
430
thisPtr.
_read
= thisPtr._parent._bufferedStream.EndRead(result);
5 references to _read
System.Net.Mail (5)
System\Net\Mail\SmtpReplyReaderFactory.cs (5)
450
if (
_read
== 0)
455
for (int start = 0; start !=
_read
;)
457
int actual = _parent.ProcessRead(_parent._byteBuffer!, start,
_read
- start, true);
482
_parent._bufferedStream.Push(_parent._byteBuffer!, start,
_read
- start);
490
_parent._bufferedStream.Push(_parent._byteBuffer!, start,
_read
- start);