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