5 references to Resize
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
633
Resize
(entries.Length, true);
1043
dictionary.
Resize
(entries.Length, true);
1180
dictionary.
Resize
(entries.Length, true);
1246
private void Resize() =>
Resize
(HashHelpers.ExpandPrime(_count), false);
1558
Resize
(newSize, forceNewHashCodes: false);