2 references to GetMethod
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
47
public MethodInfo? GetMethod(string name, Type[] types) =>
GetMethod
(name, DefaultLookup, null, CallingConventions.Any, types, null);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
101
return UnderlyingModule.
GetMethod
(name, bindingAttr, binder, callConvention, types, modifiers);