4 references to XmlTextReaderImpl
System.Private.Xml (4)
System\Xml\Core\XmlTextReader.cs (1)
46
_impl = new
XmlTextReaderImpl
(url, input);
System\Xml\XPath\XPathDocument.cs (1)
102
XmlTextReaderImpl reader = SetupReader(new
XmlTextReaderImpl
(string.Empty, stream));
System\Xml\Xsl\XsltOld\Compiler.cs (1)
586
XmlTextReaderImpl tr = new
XmlTextReaderImpl
(resolved, (Stream)input);
System\Xml\Xsl\XsltOld\Processor.cs (1)
180
XmlTextReaderImpl tr = new
XmlTextReaderImpl
(ruri.ToString(), (Stream)input);