Base:
method
Read
System.Xml.XmlReader.Read()
2 references to Read
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
1001while (Read() && (this.NodeType == XmlNodeType.ProcessingInstruction || this.NodeType == XmlNodeType.Comment)) 1036if (Read())