2 writes to _read
System.Net.Mail (2)
System\Net\Mail\SmtpReplyReaderFactory.cs (2)
418_read = _parent._bufferedStream.EndRead(result); 430thisPtr._read = thisPtr._parent._bufferedStream.EndRead(result);
5 references to _read
System.Net.Mail (5)
System\Net\Mail\SmtpReplyReaderFactory.cs (5)
450if (_read == 0) 455for (int start = 0; start != _read;) 457int actual = _parent.ProcessRead(_parent._byteBuffer!, start, _read - start, true); 482_parent._bufferedStream.Push(_parent._byteBuffer!, start, _read - start); 490_parent._bufferedStream.Push(_parent._byteBuffer!, start, _read - start);