Base:
method
LookupNamespace
System.Xml.XmlReader.LookupNamespace(System.String)
4 references to LookupNamespace
System.Xml (4)
System\Xml\Core\XmlTextReader.cs (2)
233string ns = impl.LookupNamespace( prefix ); 300return impl.LookupNamespace( prefix );
System\Xml\Core\XmlTextReaderImpl.cs (1)
1841return this.LookupNamespace( prefix );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
506return coreReaderImpl.LookupNamespace( prefix );