6 references to MethodInvoker
System.Private.CoreLib (6)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
481MethodBaseInvoker methodInvoker = invokeMethod.MethodInvoker;
Internal\Reflection\Core\Execution\ExecutionEnvironment.cs (1)
120return ((RuntimeMethodInfo)methodInfo).MethodInvoker;
System\Reflection\MethodInvoker.cs (1)
21_methodBaseInvoker = method.MethodInvoker;
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (3)
163MethodBaseInvoker methodInvoker = this.MethodInvoker; 300internal IntPtr LdFtnResult => MethodInvoker.LdFtnResult; 400return MethodInvoker.CreateDelegate(delegateType.TypeHandle, target, isStatic: isStatic, isVirtual: false, isOpen: isOpen);