3 references to XmlTextReaderImpl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
101_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
600XmlTextReaderImpl tr = new XmlTextReaderImpl("", XmlNodeType.Element, pc); 938XmlTextReaderImpl tr = new XmlTextReaderImpl(xmlFragment, contentNT, context);