5 references to Resize
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
213
Resize
(HashHelpers.GetPrime(capacity));
449
Resize
(HashHelpers.ExpandPrime(entries.Length));
886
Resize
(HashHelpers.GetPrime(capacity));
909
Resize
(capacity);
1076
Resize
(entries.Length, forceNewHashCodes: true);