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

◆ EnsureInitializedCore< T >() [3/3]

static T System.Threading.LazyInitializer.EnsureInitializedCore< T > ( T target,
object syncLock,
Func< T > valueFactory )
inlinestaticprivate
Type Constraints
T :class 

Definition at line 42 of file LazyInitializer.cs.

42 : class
43 {
44 long num = 0L;
45 object obj;
46 Monitor.Enter(obj, num != 0L);
47 if (syncLock != null)
48 {
49 long num2 = 0L;
50 Monitor.Exit(obj);
51 if (num2 != 0L || 5 == 0)
52 {
53 }
54 throw new OutOfMemoryException();
55 }
56 long num3 = 0L;
57 Monitor.Exit(obj);
58 if (num3 == 0L)
59 {
60 }
61 throw new OutOfMemoryException();
62 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Monitor.Enter(), System.Threading.Monitor.Exit(), j__TPar, System.L, and System.obj.