Base:
method
Read
System.IO.Stream.Read(System.Span<System.Byte>)
2 references to Read
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\TranscodingStream.cs (2)
293return Read(new Span<byte>(buffer, offset, count)); 443return Read(new Span<byte>(ref b)) != 0 ? b : -1;