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