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

◆ ScavengeKeys()

void System.ComponentModel.WeakHashtable.ScavengeKeys ( )
inlineprivate

Definition at line 37 of file WeakHashtable.cs.

38 {
39 if (this != null)
40 {
41 if (this._lastHashCount != 0)
42 {
43 long totalMemory = GC.GetTotalMemory(false);
44 if (this._lastGlobalMem != 0L)
45 {
47 return;
48 }
50 return;
51 }
52 else
53 {
55 }
56 }
57 }
class f__AnonymousType0<< Count > j__TPar
static long GetTotalMemory(bool forceFullCollection)
Definition GC.cs:137

References System.ComponentModel.WeakHashtable._lastGlobalMem, System.ComponentModel.WeakHashtable._lastHashCount, System.GC.GetTotalMemory(), j__TPar, and System.L.

Referenced by System.ComponentModel.WeakHashtable.SetWeak().