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