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