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