7 references to LookupXmlNamespace
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
817
list[idx] = this.
LookupXmlNamespace
(string.Empty);
822
list[idx] = this.
LookupXmlNamespace
(list[idx]);
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
842
stylesheetNsUri = input.
LookupXmlNamespace
(input.Value == "#default" ? string.Empty : input.Value);
851
resultNsUri = input.
LookupXmlNamespace
(resultPrefix);
1085
scriptNs = input.
LookupXmlNamespace
(input.Value);
2525
namespaceName = input.
LookupXmlNamespace
(prefix);
2589
namespaceName = input.
LookupXmlNamespace
(prefix);