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