2 writes to read
System (2)
net\System\Net\mail\SmtpReplyReaderFactory.cs (2)
428
read
= parent.bufferedStream.EndRead(result);
440
thisPtr.
read
= thisPtr.parent.bufferedStream.EndRead(result);
5 references to read
System (5)
net\System\Net\mail\SmtpReplyReaderFactory.cs (5)
458
if (
read
== 0)
463
for(int start = 0; start !=
read
; )
465
int actual = parent.ProcessRead(parent.byteBuffer, start,
read
- start, true);
489
parent.bufferedStream.Push(parent.byteBuffer, start,
read
- start);
497
parent.bufferedStream.Push(parent.byteBuffer, start,
read
- start);