terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Resize() [1/2]

void System.Collections.Generic.Dictionary< TKey, TValue >.Resize ( )
inlineprivate

Definition at line 492 of file Dictionary.cs.

493 {
494 int count = this._count;
495 if (!true)
496 {
497 }
498 int num = HashHelpers.ExpandPrime(count);
499 }

References System.Collections.Generic.Dictionary< TKey, TValue >._count, System.count, and System.Collections.HashHelpers.ExpandPrime().