6 references to MaxStackAllocArgCount
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (2)
235if (argLen > MaxStackAllocArgCount) 245Debug.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)
277if (argLen > MaxStackAllocArgCount) 298Debug.Assert(_argCount <= MaxStackAllocArgCount);