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

◆ Complete() [1/2]

void System.Net.HttpStreamAsyncResult.Complete ( )
inline

Definition at line 17 of file HttpStreamAsyncResult.cs.

18 {
19 object obj = this.locker;
20 if (this.completed)
21 {
22 return;
23 }
24 if (obj != null)
25 {
26 }
27 bool flag;
28 while (!flag)
29 {
30 }
31 long num = 0L;
32 if (true)
33 {
35 }
36 if (num == 0L)
37 {
38 return;
39 }
40 throw new OutOfMemoryException();
41 }
static void Exit(object obj)
Definition Monitor.cs:47

References System.Net.HttpStreamAsyncResult.completed, System.Threading.Monitor.Exit(), System.L, System.Net.HttpStreamAsyncResult.locker, and System.obj.

Referenced by System.Net.HttpStreamAsyncResult.Complete().