3 references to GetInvokeMethod
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
348RuntimeMethodInfo invokeMethod = runtimeDelegateType.GetInvokeMethod(); 496RuntimeMethodInfo invokeMethod = runtimeType.GetInvokeMethod();
System\Reflection\RuntimeMethodInfo.cs (1)
340RuntimeMethodInfo invokeMethod = runtimeDelegateType.GetInvokeMethod();