2 implementations of Minargs
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
527public int Minargs { get { return this.minargs; } }
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
242public int Minargs
2 references to Minargs
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
202if (argTypes.Length < func.Minargs || func.Maxargs < argTypes.Length) {
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
172if (argTypes.Length <= fun.Maxargs && argTypes.Length >= fun.Minargs)