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