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