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