4 references to FuncConcat
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
385case FT.FuncConcat:
System\Xml\XPath\Internal\StringFunctions.cs (1)
51Function.FunctionType.FuncConcat => Concat(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (2)
532if (pi.FType == Function.FunctionType.FuncConcat) 823table.Add("concat", new ParamInfo(Function.FunctionType.FuncConcat, 2, 100, s_temparray4));