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