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