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