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