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