1 implementation of Maxargs
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
628public int Maxargs { get { return _maxargs; } }
1 reference to Maxargs
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
243if (argTypes.Length < func.Minargs || func.Maxargs < argTypes.Length)