3 references to HasBeenInvoked_Obj4Args
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (3)
82
return InvokerStrategy.
HasBeenInvoked_Obj4Args
| InvokerStrategy.HasBeenInvoked_ObjSpanArgs | InvokerStrategy.HasBeenInvoked_RefArgs;
145
else if (((strategy & InvokerStrategy.
HasBeenInvoked_Obj4Args
) == 0) && !Debugger.IsAttached)
149
strategy |= InvokerStrategy.
HasBeenInvoked_Obj4Args
;