2 instantiations of StackAllocatedArguments
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
281
StackAllocatedArguments stackStorage =
new
(arg1, arg2, arg3, arg4);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
334
StackAllocatedArguments stackStorage =
new
(arg1, arg2, arg3, arg4);
2 references to StackAllocatedArguments
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
281
StackAllocatedArguments
stackStorage = new(arg1, arg2, arg3, arg4);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
334
StackAllocatedArguments
stackStorage = new(arg1, arg2, arg3, arg4);