2 references to XmlTextReaderImpl
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
53
_impl = new
XmlTextReaderImpl
(url, input);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
109
XmlTextReaderImpl reader = SetupReader(new
XmlTextReaderImpl
(string.Empty, stream));