4 references to FuncConcat
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
390
case FT.
FuncConcat
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
53
case Function.FunctionType.
FuncConcat
: return Concat(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
545
if (pi.FType == Function.FunctionType.
FuncConcat
)
836
table.Add("concat", new ParamInfo(Function.FunctionType.
FuncConcat
, 2, 100, s_temparray4));