3 references to Infinity
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
799
table.Add("concat", new FunctionInfo(FuncId.Concat, 2, FunctionInfo.
Infinity
, null));
988
Debug.Assert(maxArgs == 0 || maxArgs ==
Infinity
|| argTypes != null && argTypes.Length == maxArgs);
1036
if (maxArgs ==
Infinity
)