Base:
2 overrides of GetMethods
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
114
public sealed override MethodInfo[]
GetMethods
(BindingFlags bindingFlags) => GetModuleType().GetMethods(bindingFlags);
System\Reflection\TypeLoading\Modules\RoResourceModule.cs (1)
48
public sealed override MethodInfo[]
GetMethods
(BindingFlags bindingFlags) => Array.Empty<MethodInfo>();