Base:
3 references to Read
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1183
int bytesRead = _stream.
Read
(buffer.Slice(0, copyLen));
System.Net.Quic (2)
System\Net\Quic\QuicStream.Stream.cs (2)
103
return
Read
(buffer.AsSpan(offset, count));
110
return
Read
(new Span<byte>(ref b)) != 0 ? b : -1;