7 references to GetMemberList
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (7)
1718return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.Method);
1723return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor);
1728return GetMemberList(ref m_propertyInfoCache, listType, name, CacheType.Property);
1733return GetMemberList(ref m_eventInfoCache, listType, name, CacheType.Event);
1738return GetMemberList(ref m_fieldInfoCache, listType, name, CacheType.Field);
1743return GetMemberList(ref m_interfaceCache, listType, name, CacheType.Interface);
1748return GetMemberList(ref m_nestedClassesCache, listType, name, CacheType.NestedType);