3 references to XmlTextReaderImpl
System.Xml (3)
System\Xml\Core\XmlTextReader.cs (2)
95
impl = new
XmlTextReaderImpl
( url, new NameTable() );
102
impl = new
XmlTextReaderImpl
( url, nt );
System\Xml\Core\XmlTextReaderImpl.cs (1)
589
public XmlTextReaderImpl( string url ) :
this
( url, new NameTable() ) {