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

◆ Unregister()

void System.Runtime.Remoting.Lifetime.Lease.Unregister ( ISponsor obj)
inline

Definition at line 98 of file Lease.cs.

99 {
100 if (this._sponsors != null)
101 {
104 return;
105 }
106 long num = 0L;
107 Monitor.Exit(this);
108 if (num == 0L)
109 {
110 return;
111 }
112 throw new OutOfMemoryException();
113 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.Remoting.Lifetime.Lease._sponsors, System.Threading.Monitor.Exit(), j__TPar, and System.L.