7 references to GetMemberList
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (7)
1719return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.Method);
1724return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor);
1729return GetMemberList(ref m_propertyInfoCache, listType, name, CacheType.Property);
1734return GetMemberList(ref m_eventInfoCache, listType, name, CacheType.Event);
1739return GetMemberList(ref m_fieldInfoCache, listType, name, CacheType.Field);
1744return GetMemberList(ref m_interfaceCache, listType, name, CacheType.Interface);
1749return GetMemberList(ref m_nestedClassesCache, listType, name, CacheType.NestedType);