2 references to GetMethodImplCommon
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2798return GetMethodImplCommon(name, GenericParameterCountAny, bindingAttr, binder, callConv, types, modifiers);
2806return GetMethodImplCommon(name, genericParameterCount, bindingAttr, binder, callConv, types, modifiers);