2 references to GetMethodImpl
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
122public MethodInfo Method => GetMethodImpl();
System\Delegate.NativeAot.cs (1)
287return invocations[^1].Value!.GetMethodImpl();