2 references to Concat
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
584
case FuncId.
Concat
: return _f.StrConcat(args);
799
table.Add("concat", new FunctionInfo(FuncId.
Concat
, 2, FunctionInfo.Infinity, null));