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