8 references to MaxStackAllocArgCount
System.Private.CoreLib (8)
System\Reflection\DynamicInvokeInfo.cs (8)
238else if (argCount > MaxStackAllocArgCount) 299else if (argCount > MaxStackAllocArgCount) 329Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 493Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 525Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 552Debug.Assert(_argumentCount <= MaxStackAllocArgCount); 845[InlineArray(MaxStackAllocArgCount)] 863[InlineArray(MaxStackAllocArgCount)]