2 references to XmlTextReader
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
170
: this(new
XmlTextReader
(xmlFragment, fragType, context))
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2115
XmlTextReader reader = new
XmlTextReader
(xml, XmlNodeType.Element, context);