Base:
method
Read
System.IO.Stream.Read(System.Byte[], System.Int32, System.Int32)
2 references to Read
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
2009int read = this.stream.Read(buffer, offset, count); 2931while (total < count && (read = Read(buffer, offset + total, count - total)) != 0)