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

◆ IncreaseCapacity()

void System.Collections.Generic.HashSet< T >.IncreaseCapacity ( )
inlineprivate

Definition at line 288 of file HashSet.cs.

289 {
290 int count = this._count;
291 if (!true)
292 {
293 }
294 int num = HashHelpers.ExpandPrime(count);
295 int count2 = this._count;
296 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Generic.HashSet< T >._count, System.count, System.Collections.HashHelpers.ExpandPrime(), and j__TPar.