7 references to Impl
System.Private.Xml (7)
System\Xml\Core\XmlReader.cs (1)
1586return tr.Impl;
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
135_coreReaderImpl = tr.Impl; 215_coreReaderImpl = tr.Impl;
System\Xml\Dom\XmlDocument.cs (2)
1292reader.Impl.Close(false); 1306reader.Impl.Close(false);
System\Xml\Dom\XmlLoader.cs (1)
29_reader = ((XmlTextReader)reader).Impl;
System\Xml\Xsl\QueryReaderSettings.cs (1)
67XmlTextReaderImpl impl = xmlTextReader.Impl;