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
())
3218
if (!_textXmlReader.
Read
()
3220
&& !_textXmlReader.
Read
()))
System\Xml\Core\XmlTextReader.cs (1)
238
return _impl.
Read
();
System\Xml\Dom\XmlLoader.cs (2)
968
tr.
Read
(); //this will skip the first element "wrapper"
983
tempreader.
Read
();