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