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