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); 156return Invoker.InvokeWithNoArgs(obj: null, invokeAttr)!; 158return Invoker.InvokeWithOneArg(obj: null, invokeAttr, binder, parameters!, culture)!; 162return Invoker.InvokeWithFewArgs(obj: null, invokeAttr, binder, parameters!, culture)!; 164return Invoker.InvokeWithManyArgs(obj: null, invokeAttr, binder, parameters!, culture)!;
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
38InvocationFlags flags = Invoker._invocationFlags;