7 references to XmlTextReaderImpl
System.Xml (7)
System\Xml\Core\XmlTextReader.cs (1)
38
impl = new
XmlTextReaderImpl
( nt );
System\Xml\Core\XmlTextReaderImpl.cs (6)
499
internal XmlTextReaderImpl( string url, Stream input, XmlNameTable nt ) :
this
( nt ) {
519
internal XmlTextReaderImpl( string url, TextReader input, XmlNameTable nt ) :
this
( nt ) {
534
:
this
( ( context != null && context.NameTable != null ) ? context.NameTable : new NameTable() ) {
554
:
this
( null == context || null == context.NameTable ? new NameTable() : context.NameTable ) {
578
:
this
(null == context || null == context.NameTable ? new NameTable() : context.NameTable ) {
596
public XmlTextReaderImpl( string url, XmlNameTable nt ):
this
( nt ) {