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

◆ GetValue()

TValue System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.GetValue ( TKey key,
ConditionalWeakTable< TKey, TValue >::CreateValueCallback createValueCallback )
inline

Definition at line 134 of file ConditionalWeakTable.cs.

135 {
136 if (createValueCallback != null)
137 {
138 object @lock = this._lock;
139 long num = 0L;
140 Monitor.Exit(@lock);
141 if (num != 0L || 7 == 0)
142 {
143 }
144 }
145 throw new OutOfMemoryException();
146 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >._lock, System.Threading.Monitor.Exit(), j__TPar, and System.L.