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