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