3 references to HasBeenInvoked_ObjSpanArgs
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;
116
else if (((strategy & InvokerStrategy.
HasBeenInvoked_ObjSpanArgs
) == 0) && !Debugger.IsAttached)
120
strategy |= InvokerStrategy.
HasBeenInvoked_ObjSpanArgs
;