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