2 implementations of Maxargs
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
528public int Maxargs { get { return this.maxargs; } }
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
234public int Maxargs
3 references to Maxargs
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
202if (argTypes.Length < func.Minargs || func.Maxargs < argTypes.Length) {
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
67for (int i = 0; i < function.Maxargs; ++i)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
172if (argTypes.Length <= fun.Maxargs && argTypes.Length >= fun.Minargs)