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