5 references to Resize
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
208
Resize
(HashHelpers.GetPrime(capacity));
444
Resize
(HashHelpers.ExpandPrime(entries.Length));
881
Resize
(HashHelpers.GetPrime(capacity));
904
Resize
(capacity);
1071
Resize
(entries.Length, forceNewHashCodes: true);