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