7 references to Invoker
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (6)
130Invoker.InvokeConstructorWithoutAlloc(obj!, (invokeAttr & BindingFlags.DoNotWrapExceptions) == 0) : 131Invoker.InvokeConstructorWithoutAlloc(obj!, invokeAttr, binder, parameters!, culture); 1550 => Invoker.InvokeWithNoArgs(obj: null, invokeAttr)!, 1561 => Invoker.InvokeWithOneArg(obj: null, invokeAttr, binder, parameters!, culture)!, 1572 or 3 or 4 => Invoker.InvokeWithFewArgs(obj: null, invokeAttr, binder, parameters!, culture)!, 158_ => Invoker.InvokeWithManyArgs(obj: null, invokeAttr, binder, parameters!, culture)!,
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
38InvocationFlags flags = Invoker._invocationFlags;