5 references to Resize
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
632
Resize
(entries.Length, true);
1042
dictionary.
Resize
(entries.Length, true);
1179
dictionary.
Resize
(entries.Length, true);
1245
private void Resize() =>
Resize
(HashHelpers.ExpandPrime(_count), false);
1557
Resize
(newSize, forceNewHashCodes: false);