2 references to GetMethodInternal
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
726
return InternalModule.
GetMethodInternal
(name, bindingAttr, binder, callConvention, types, modifiers);
src\System\Reflection\RuntimeModule.cs (1)
325
return
GetMethodInternal
(name, bindingAttr, binder, callConvention, types, modifiers);