4 references to XmlTextReaderImpl
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
89_impl = new XmlTextReaderImpl(url, input, nt);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
490internal XmlTextReaderImpl(TextReader input) : this(string.Empty, input, new NameTable()) 493internal XmlTextReaderImpl(TextReader input, XmlNameTable nt) : this(string.Empty, input, nt) 496internal XmlTextReaderImpl(string url, TextReader input) : this(url, input, new NameTable())