3 references to Infinity
System.Data.SqlXml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (3)
698
table.Add("concat" , new FunctionInfo(FuncId.Concat , 2, FunctionInfo.
Infinity
, null));
860
Debug.Assert(maxArgs == 0 || maxArgs ==
Infinity
|| argTypes != null && argTypes.Length == maxArgs);
897
if (maxArgs ==
Infinity
) {