Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created March 26, 2017 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevingosse/8ad3aa0eb946337c592737e54d93053c to your computer and use it in GitHub Desktop.
Save kevingosse/8ad3aa0eb946337c592737e54d93053c to your computer and use it in GitHub Desktop.
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