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

◆ RecomputeSize()

void System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.RecomputeSize ( )
inlineprivate

Definition at line 36 of file ConditionalWeakTable.cs.

37 {
38 Ephemeron[] array = this.data;
39 long num = 0L;
40 this.size = (int)num;
41 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.data, j__TPar, and System.L.