internal T[] GetMemberList(RuntimeType.MemberListType listType, string name, RuntimeType.RuntimeTypeCache.CacheType cacheType) | |
{ | |
... | |
if (Volatile.Read(ref this.m_cacheComplete)) | |
return this.m_allMembers; | |
return this.Populate((string) null, listType, cacheType); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment