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)
464
internal XmlTextReaderImpl(Stream input) :
this
(string.Empty, input, new NameTable())
467
internal XmlTextReaderImpl(Stream input, XmlNameTable nt) :
this
(string.Empty, input, nt)
470
internal XmlTextReaderImpl(string url, Stream input) :
this
(url, input, new NameTable())