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