3 references to Name
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
577case FuncId.Name: return args.Count == 0 ? NameOf(GetCurrentNode()) : NameOfFirstNode(args[0]); 793table.Add("name", new FunctionInfo(FuncId.Name, 0, 1, argNodeSet));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1083funcId == XPathBuilder.FuncId.Name ||