Base:
method
GetMethods
System.Reflection.Module.GetMethods(System.Reflection.BindingFlags)
2 references to GetMethods
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1088return InternalModule.GetMethods(bindingFlags);
system\reflection\module.cs (1)
433return rtModule.GetMethods(bindingFlags);