1 reference to _ShrinkThreshold
mscorlib (1)
system\collections\bitarray.cs (1)
330
if (newints > m_array.Length || newints +
_ShrinkThreshold
< m_array.Length) {