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