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)
449internal XmlTextReaderImpl(Stream input) : this(string.Empty, input, new NameTable()) 453internal XmlTextReaderImpl(Stream input, XmlNameTable nt) : this(string.Empty, input, nt) 457internal XmlTextReaderImpl(string url, Stream input) : this(url, input, new NameTable())
System\Xml\Xsl\QueryReaderSettings.cs (1)
96XmlTextReaderImpl readerImpl = new XmlTextReaderImpl(baseUri, stream, _xmlNameTable!);