1 write to _hashtable
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
98_hashtable = hashtable;
6 references to _hashtable
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (6)
87return _hashtable; 165_newHashTable = _hashtable; 266if (oldHashtable != _hashtable) 392Expand(_hashtable); 437TValue[] hashTableLocal = _hashtable; 685_hashtableContentsToEnumerate = hashtable._hashtable;