Base:
method
GetMethods
System.Type.GetMethods(System.Reflection.BindingFlags)
2 references to GetMethods
mscorlib (2)
system\reflection\emit\typebuilder.cs (1)
1168return m_bakedRuntimeType.GetMethods(bindingAttr);
system\reflection\module.cs (1)
1177return RuntimeType.GetMethods(bindingFlags);