7 references to XmlTextReaderImpl
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
41_impl = new XmlTextReaderImpl(nt);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
473internal XmlTextReaderImpl(string url, Stream input, XmlNameTable nt) : this(nt) 499internal XmlTextReaderImpl(string url, TextReader input, XmlNameTable nt) : this(nt) 513: this((context != null && context.NameTable != null) ? context.NameTable : new NameTable()) 535: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 561: this(null == context || null == context.NameTable ? new NameTable() : context.NameTable) 577public XmlTextReaderImpl(string url, XmlNameTable nt) : this(nt)