2 references to GetMethodImpl
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
156public MethodInfo Method => GetMethodImpl();
System\Delegate.cs (1)
265return invocationList[invocationCount - 1].Value.GetMethodImpl();