3 references to LocalName
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
575case FuncId.LocalName: return args.Count == 0 ? _f.LocalNameOf(GetCurrentNode()) : LocalNameOfFirstNode(args[0]); 795table.Add("local-name", new FunctionInfo(FuncId.LocalName, 0, 1, argNodeSet));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1081funcId == XPathBuilder.FuncId.LocalName ||