7 references to Invoker
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (6)
130
Invoker
.InvokeConstructorWithoutAlloc(obj!, (invokeAttr & BindingFlags.DoNotWrapExceptions) == 0) :
131
Invoker
.InvokeConstructorWithoutAlloc(obj!, invokeAttr, binder, parameters!, culture);
155
0 =>
Invoker
.InvokeWithNoArgs(obj: null, invokeAttr)!,
156
1 =>
Invoker
.InvokeWithOneArg(obj: null, invokeAttr, binder, parameters!, culture)!,
157
2 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)
38
InvocationFlags flags =
Invoker
._invocationFlags;