9 references to MaxStackAllocArgCount
System.Private.CoreLib (9)
System\Reflection\DynamicInvokeInfo.cs (9)
236else if (argCount > MaxStackAllocArgCount) 297else if (argCount > MaxStackAllocArgCount) 327Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 493Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 525Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 549Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 690Debug.Assert(parameters.Length <= MaxStackAllocArgCount); 879[InlineArray(MaxStackAllocArgCount)] 897[InlineArray(MaxStackAllocArgCount)]