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