Base:
method
GetMethods
System.Type.GetMethods(System.Reflection.BindingFlags)
2 references to GetMethods
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
703return m_bakedRuntimeType.GetMethods(bindingAttr);
src\System\Reflection\RuntimeModule.cs (1)
476return RuntimeType.GetMethods(bindingFlags);