3 references to ProcessRead
System.Net.Mail (3)
System\Net\Mail\SmtpReplyReaderFactory.cs (3)
276
int actual =
ProcessRead
(buffer, offset, read, false);
323
int actual =
ProcessRead
(_byteBuffer, start, read - start, true);
457
int actual = _parent.
ProcessRead
(_parent._byteBuffer!, start, _read - start, true);