4 writes to _reserve
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (4)
472
if (Interlocked.Increment(ref
_reserve
) >= hashTableLocal.Length - 1)
474
Interlocked.Decrement(ref
_reserve
);
485
Interlocked.Decrement(ref
_reserve
);
497
Interlocked.Decrement(ref
_reserve
);