4 references to FuncConcat
System.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
332
case FT.
FuncConcat
:
System\Xml\XPath\Internal\StringFunctions.cs (1)
46
case Function.FunctionType.
FuncConcat
: return Concat(nodeIterator);
System\Xml\XPath\Internal\XPathParser.cs (2)
469
if (pi.FType == Function.FunctionType.
FuncConcat
) {
720
table.Add("concat" , new ParamInfo(Function.FunctionType.
FuncConcat
, 2, 100, temparray4));