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