1 write to _count
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
504Interlocked.Increment(ref _count);
2 references to _count
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
171public int Count { get { return _count + (_entryInProcessOfWritingSentinel != null ? 1 : 0); } } 390if (_count >= _resizeCount)