3 references to Populate
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1429return m_csMemberInfos[name!] ?? Populate(name, listType, cacheType); 1432return m_cisMemberInfos[name!] ?? Populate(name, listType, cacheType); 1439return Populate(null, listType, cacheType);