4 references to XmlTextReaderImpl
System.Xml (4)
System\Xml\Core\XmlTextReader.cs (1)
58impl = new XmlTextReaderImpl( url, input, nt );
System\Xml\Core\XmlTextReaderImpl.cs (3)
493internal XmlTextReaderImpl( Stream input ) : this( string.Empty, input, new NameTable() ) { 495internal XmlTextReaderImpl( Stream input, XmlNameTable nt ) : this( string.Empty, input, nt ) { 497internal XmlTextReaderImpl( string url, Stream input ) : this( url, input, new NameTable() ) {