Base:
3 references to GetMethods
System.Reflection.Emit (3)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1357
return _globalTypeBuilder.
GetMethods
(bindingFlags);
System\Reflection\Emit\TypeBuilderImpl.cs (2)
804
MethodInfo[] candidates =
GetMethods
(bindingAttr);
1354
MethodInfo[] methods =
GetMethods
(bindingAttr);