3 references to XmlTextReaderImpl
System.Private.Xml (3)
System\Xml\Core\XmlTextReader.cs (1)
94_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
System\Xml\Dom\XmlLoader.cs (2)
597XmlTextReaderImpl tr = new XmlTextReaderImpl("", XmlNodeType.Element, pc); 934XmlTextReaderImpl tr = new XmlTextReaderImpl(xmlFragment, contentNT, context);