1 write to _hashtable
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
54
_hashtable
= new Hashtable();
3 references to _hashtable
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldOnTypeBuilderInstantiation.cs (3)
15
if (type.
_hashtable
.Contains(Field))
17
m = (type.
_hashtable
[Field] as FieldInfo)!;
22
type.
_hashtable
[Field] = m;