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