2 references to GetMethodList
mscorlib (2)
system\reflection\methodinfo.cs (1)
612return m_reflectedTypeCache.GetMethodList(MemberListType.CaseSensitive, Name).Length > 1;
system\rttype.cs (1)
2811RuntimeMethodInfo[] cache = Cache.GetMethodList(listType, name);