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)
68methodInvoker = this.MethodInvoker; 163internal IntPtr LdFtnResult => MethodInvoker.LdFtnResult;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
81object ctorAllocatedObject = this.MethodInvoker.CreateInstance(parameters, binder, invokeAttr, culture);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
82object ctorAllocatedObject = this.MethodInvoker.Invoke(null, parameters, binder, invokeAttr, culture)!;