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)
788
MethodInfo[] candidates =
GetMethods
(bindingAttr);
1338
MethodInfo[] methods =
GetMethods
(bindingAttr);