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

◆ SafeWaitHandle

SafeWaitHandle System.Threading.WaitHandle.SafeWaitHandle
getset

Definition at line 79 of file WaitHandle.cs.

80 {
81 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)]
82 get
83 {
84 if (this.safeWaitHandle != null)
85 {
87 }
88 if (!true)
89 {
90 return;
91 }
92 }
93 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
94 set
95 {
96 int num = 1;
98 if (value != null)
99 {
101 return;
102 }
103 if (num == 0)
104 {
105 }
106 }
107 }
class f__AnonymousType0<< Count > j__TPar
SafeWaitHandle safeWaitHandle

Referenced by System.Threading.RegisteredWaitHandle.Wait().