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