6 references to MethodInvoker
System.Private.CoreLib (6)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
498MethodBaseInvoker methodInvoker = invokeMethod.MethodInvoker;
Internal\Reflection\Core\Execution\ExecutionEnvironment.cs (1)
119return ((RuntimeMethodInfo)methodInfo).MethodInvoker;
System\Reflection\MethodInvoker.cs (1)
21_methodBaseInvoker = method.MethodInvoker;
System\Reflection\RuntimeMethodInfo.cs (3)
182MethodBaseInvoker methodInvoker = this.MethodInvoker; 319internal IntPtr LdFtnResult => MethodInvoker.LdFtnResult; 419return MethodInvoker.CreateDelegate(delegateType.TypeHandle, target, isStatic: isStatic, isVirtual: false, isOpen: isOpen);