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