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