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