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