4 references to XmlTextReaderImpl
System.Xml (4)
System\Xml\Core\XmlTextReader.cs (1)
78impl = new XmlTextReaderImpl( url, input, nt );
System\Xml\Core\XmlTextReaderImpl.cs (3)
513internal XmlTextReaderImpl( TextReader input ) : this( string.Empty, input, new NameTable() ) { 515internal XmlTextReaderImpl( TextReader input, XmlNameTable nt ) : this( string.Empty, input, nt ) { 517internal XmlTextReaderImpl( string url, TextReader input ) : this( url, input, new NameTable() ) {