3 references to GetInvokeMethod
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
362
RuntimeMethodInfo invokeMethod = runtimeDelegateType.
GetInvokeMethod
();
479
RuntimeMethodInfo invokeMethod = runtimeType.
GetInvokeMethod
();
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
312
RuntimeMethodInfo invokeMethod = runtimeDelegateType.
GetInvokeMethod
();