7 references to GetMemberList
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (7)
1691return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.Method);
1696return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor);
1701return GetMemberList(ref m_propertyInfoCache, listType, name, CacheType.Property);
1706return GetMemberList(ref m_eventInfoCache, listType, name, CacheType.Event);
1711return GetMemberList(ref m_fieldInfoCache, listType, name, CacheType.Field);
1716return GetMemberList(ref m_interfaceCache, listType, name, CacheType.Interface);
1721return GetMemberList(ref m_nestedClassesCache, listType, name, CacheType.NestedType);