Base:
method
Read
System.Xml.XmlReader.Read()
6 references to Read
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
945if (_textXmlReader.Read()) 3218if (!_textXmlReader.Read() 3220&& !_textXmlReader.Read()))
System\Xml\Core\XmlTextReader.cs (1)
238return _impl.Read();
System\Xml\Dom\XmlLoader.cs (2)
968tr.Read(); //this will skip the first element "wrapper" 983tempreader.Read();