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