6 references to MethodInvoker
System.Private.CoreLib (6)
System\Reflection\ConstructorInvoker.cs (1)
21
_methodBaseInvoker = constructor.
MethodInvoker
;
System\Reflection\MethodInvoker.cs (1)
27
_methodBaseInvoker = constructor.
MethodInvoker
;
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (2)
68
methodInvoker = this.
MethodInvoker
;
163
internal IntPtr LdFtnResult =>
MethodInvoker
.LdFtnResult;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
81
object ctorAllocatedObject = this.
MethodInvoker
.CreateInstance(parameters, binder, invokeAttr, culture);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
82
object ctorAllocatedObject = this.
MethodInvoker
.Invoke(null, parameters, binder, invokeAttr, culture)!;