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