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