2 references to GetMethodList
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2504RuntimeMethodInfo[] cache = Cache.GetMethodList(listType, name); 3141RuntimeMethodInfo[] cache = runtimeType.Cache.GetMethodList(MemberListType.CaseSensitive, method.Name);