Implemented interface member:
method
LookupNamespace
System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)
1 override of LookupNamespace
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
580public override string LookupNamespace(string prefix) {
6 references to LookupNamespace
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
486string ns = currentNode.LookupNamespace(prefix);
System.Xml (5)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
581string ns = base.LookupNamespace(prefix);
System\Xml\XPath\XPathNavigator.cs (2)
368return navSave.LookupNamespace(prefix); 410if (namespaceURI == LookupNamespace(string.Empty))
System\Xml\XPath\XPathNavigatorReader.cs (2)
141return this.nav.LookupNamespace(prefix); 824return this.nav.LookupNamespace( prefix );