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)
87
return
_hashtable
;
165
_newHashTable =
_hashtable
;
266
if (oldHashtable !=
_hashtable
)
392
Expand(
_hashtable
);
437
TValue[] hashTableLocal =
_hashtable
;
685
_hashtableContentsToEnumerate = hashtable.
_hashtable
;