4 references to XmlTextReaderImpl
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
65_impl = new XmlTextReaderImpl(url, input, nt);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
464internal XmlTextReaderImpl(Stream input) : this(string.Empty, input, new NameTable()) 467internal XmlTextReaderImpl(Stream input, XmlNameTable nt) : this(string.Empty, input, nt) 470internal XmlTextReaderImpl(string url, Stream input) : this(url, input, new NameTable())