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)
571
public XmlTextReaderImpl(string url) :
this
(url, new NameTable())