4 references to CerHashtable
System.Private.CoreLib (4)
src\System\Reflection\LoaderAllocator.cs (1)
60
internal
CerHashtable
<RuntimeMethodInfo, RuntimeMethodInfo> m_methodInstantiations;
src\System\RuntimeType.CoreCLR.cs (3)
196
private
CerHashtable
<string, T[]?> m_csMemberInfos;
197
private
CerHashtable
<string, T[]?> m_cisMemberInfos;
1441
private static
CerHashtable
<RuntimeMethodInfo, RuntimeMethodInfo> s_methodInstantiations;