5 references to Resize
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
214
Resize
(HashHelpers.GetPrime(capacity));
450
Resize
(HashHelpers.ExpandPrime(entries.Length));
887
Resize
(HashHelpers.GetPrime(capacity));
910
Resize
(capacity);
1077
Resize
(entries.Length, forceNewHashCodes: true);