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

◆ Current

TaskScheduler System.Threading.Tasks.TaskScheduler.Current
staticgetinherited

Definition at line 93 of file TaskScheduler.cs.

94 {
95 get
96 {
97 if (!true)
98 {
99 }
100 if (TaskScheduler.InternalCurrent == null)
101 {
102 if (!true)
103 {
104 }
105 if (!true)
106 {
107 }
108 }
109 return 1;
110 }
111 }

Referenced by System.Threading.Tasks.Task< TResult >.ContinueWith(), System.Threading.Tasks.Task< TResult >.ContinueWith< TNewResult >(), and System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.OnCompleted().