Base:
method
Read
System.IO.Stream.Read(System.Byte[], System.Int32, System.Int32)
1 reference to Read
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
359while (Read(buf, 0, buf.Length) > 0)