3 instantiations of XNodeReader
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (2)
1703return new XNodeReader(this, null); 1714return new XNodeReader(this, null, readerOptions);
System\Xml\Linq\XNodeNavigator.cs (1)
620return new XNodeReader(c, nameTable);