7 references to GetMemberList
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (7)
1667return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.Method);
1672return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor);
1677return GetMemberList(ref m_propertyInfoCache, listType, name, CacheType.Property);
1682return GetMemberList(ref m_eventInfoCache, listType, name, CacheType.Event);
1687return GetMemberList(ref m_fieldInfoCache, listType, name, CacheType.Field);
1692return GetMemberList(ref m_interfaceCache, listType, name, CacheType.Interface);
1697return GetMemberList(ref m_nestedClassesCache, listType, name, CacheType.NestedType);