2 references to ProcessRead
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
250
int actual =
ProcessRead
(buffer.Slice(0, read), false);
288
int actual =
ProcessRead
(_byteBuffer!.AsSpan(start, read - start), true);