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

virtual WaitHandle System.Runtime.Remoting.Messaging.AsyncResult.AsyncWaitHandle
get

Implements System.IAsyncResult.

Definition at line 30 of file AsyncResult.cs.

31 {
32 get
33 {
34 if (this.handle != null)
35 {
36 }
37 bool flag = this.completed;
38 long num = 0L;
39 Monitor.Exit(this);
40 if (num == 0L)
41 {
42 }
43 throw new OutOfMemoryException();
44 }
45 }
static void Exit(object obj)
Definition Monitor.cs:47