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)
490
internal XmlTextReaderImpl(TextReader input) :
this
(string.Empty, input, new NameTable())
493
internal XmlTextReaderImpl(TextReader input, XmlNameTable nt) :
this
(string.Empty, input, nt)
496
internal XmlTextReaderImpl(string url, TextReader input) :
this
(url, input, new NameTable())