3 references to XmlTextReaderImpl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (2)
109_impl = new XmlTextReaderImpl(url, new NameTable()); 117_impl = new XmlTextReaderImpl(url, nt);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
571public XmlTextReaderImpl(string url) : this(url, new NameTable())