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)
595
XmlTextReaderImpl tr = new
XmlTextReaderImpl
("", XmlNodeType.Element, pc);
932
XmlTextReaderImpl tr = new
XmlTextReaderImpl
(xmlFragment, contentNT, context);