6 references to MaxStackAllocArgCount
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (2)
235
if (argLen >
MaxStackAllocArgCount
)
245
Debug.Assert(_argCount <=
MaxStackAllocArgCount
);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (2)
189
[InlineArray(
MaxStackAllocArgCount
)]
221
[InlineArray(
MaxStackAllocArgCount
)]
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (2)
277
if (argLen >
MaxStackAllocArgCount
)
298
Debug.Assert(_argCount <=
MaxStackAllocArgCount
);