2 references to GetMethod
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
375
MethodInfo? methodInfo = type.
GetMethod
(method, 0, bindingFlags, parameterTypes);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (1)
62
methodBase = declaringType.
GetMethod
(name, 0, bf, parameterTypes);