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