6 references to Impl
System.Xml (6)
System\Xml\Core\XmlReader.cs (1)
1513return tr.Impl;
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
127coreReaderImpl = tr.Impl; 200coreReaderImpl = tr.Impl;
System\Xml\Dom\XmlDocument.cs (2)
1082reader.Impl.Close( false ); 1093reader.Impl.Close( false );
System\Xml\Dom\XmlLoader.cs (1)
29this.reader = ((XmlTextReader)reader).Impl;