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)
15if (type._hashtable.Contains(Field)) 17m = (type._hashtable[Field] as FieldInfo)!; 22type._hashtable[Field] = m;