3 references to _initialSize
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (3)
52
private volatile TValue[] _hashtable = new TValue[
_initialSize
];
80
private volatile int _resizeCount =
_initialSize
* _fillPercentageBeforeResize / 100;
157
int lastBit =
_initialSize
>> i;