7 references to GetMemberList
System.Private.CoreLib (7)
src\System\RuntimeType.CoreCLR.cs (7)
1710return GetMemberList(ref m_methodInfoCache, listType, name, CacheType.Method); 1715return GetMemberList(ref m_constructorInfoCache, listType, name, CacheType.Constructor); 1720return GetMemberList(ref m_propertyInfoCache, listType, name, CacheType.Property); 1725return GetMemberList(ref m_eventInfoCache, listType, name, CacheType.Event); 1730return GetMemberList(ref m_fieldInfoCache, listType, name, CacheType.Field); 1735return GetMemberList(ref m_interfaceCache, listType, name, CacheType.Interface); 1740return GetMemberList(ref m_nestedClassesCache, listType, name, CacheType.NestedType);