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