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)
2009
int read = this.stream.
Read
(buffer, offset, count);
2931
while (total < count && (read =
Read
(buffer, offset + total, count - total)) != 0)