3 references to GetMethodImpl
System.Private.CoreLib (3)
System\Reflection\Runtime\Modules\NativeFormat\NativeFormatRuntimeModule.cs (1)
73
=> GetGlobalModuleRuntimeType().
GetMethodImpl
(name, RuntimeTypeInfo.GenericParameterCountAny, bindingAttr, binder, callConvention, types, modifiers);
System\RuntimeType.NativeAot.cs (2)
735
=> GetRuntimeTypeInfo().
GetMethodImpl
(name, RuntimeTypeInfo.GenericParameterCountAny, bindingAttr, binder, callConvention, types, modifiers);
739
=> GetRuntimeTypeInfo().
GetMethodImpl
(name, genericParameterCount, bindingAttr, binder, callConvention, types, modifiers);