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