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