2 writes to _newHashTable
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
165
_newHashTable
= _hashtable;
286
Interlocked.Exchange(ref
_newHashTable
, newHashTable);
1 reference to _newHashTable
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
491
if (
_newHashTable
!= hashTableLocal)