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

◆ AsyncWaitHandle

WaitHandle System.Net.LazyAsyncResult.AsyncWaitHandle
get

Implements System.IAsyncResult.

Definition at line 88 of file LazyAsyncResult.cs.

89 {
90 get
91 {
92 if (this.m_IntCompleted == 0)
93 {
94 }
95 if (this.m_Event != null)
96 {
97 }
98 bool flag;
99 while (!flag)
100 {
101 }
102 throw new InvalidCastException();
103 }
104 }