2 references to GetMethodInternal
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1095
return InternalModule.
GetMethodInternal
(name, bindingAttr, binder, callConvention, types, modifiers);
system\reflection\module.cs (1)
960
return
GetMethodInternal
(name, bindingAttr, binder, callConvention, types, modifiers);