Base:
2 references to Read
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
2057int read = stream.Read(buffer, offset, count); 2960while (total < count && (read = Read(buffer, offset + total, count - total)) != 0)