2 overrides of GetMethodImpl
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1091protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\module.cs (1)
957protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder,
3 references to GetMethodImpl
mscorlib (3)
system\reflection\module.cs (3)
454return GetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers); 472return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.Any, types, null); 481return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.Any,