2 references to StrConcat
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
454
return
StrConcat
((IList<QilNode>)args);
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
584
case FuncId.Concat: return _f.
StrConcat
(args);