3 references to NamespaceUri
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
494
case FuncId.
NamespaceUri
: return args.Count == 0 ? f.NamespaceUriOf(GetCurrentNode()) : NamespaceOfFirstNode(args[0]);
693
table.Add("namespace-uri" , new FunctionInfo(FuncId.
NamespaceUri
, 0, 1, argNodeSet));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
970
funcId == XPathBuilder.FuncId.
NamespaceUri
||