Base:
method
LookupNamespace
System.Xml.XmlReader.LookupNamespace(System.String)
3 references to LookupNamespace
System.Xml (3)
System\Xml\Core\XmlValidatingReader.cs (2)
173string ns = impl.LookupNamespace( prefix ); 233return impl.LookupNamespace( prefix );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
681return this.LookupNamespace( prefix );