5 references to XmlTextReaderImpl
System.Private.Xml (5)
System\Xml\Core\XmlTextReader.cs (1)
58
_impl = new
XmlTextReaderImpl
(url, input, nt);
System\Xml\Core\XmlTextReaderImpl.cs (3)
449
internal XmlTextReaderImpl(Stream input) :
this
(string.Empty, input, new NameTable())
453
internal XmlTextReaderImpl(Stream input, XmlNameTable nt) :
this
(string.Empty, input, nt)
457
internal XmlTextReaderImpl(string url, Stream input) :
this
(url, input, new NameTable())
System\Xml\Xsl\QueryReaderSettings.cs (1)
96
XmlTextReaderImpl readerImpl = new
XmlTextReaderImpl
(baseUri, stream, _xmlNameTable!);