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

◆ UnwrapPromise()

System.Threading.Tasks.UnwrapPromise< TResult >.UnwrapPromise ( Task outerTask,
bool lookForOce )
inline

Definition at line 11 of file UnwrapPromise.cs.

12 {
13 TaskCreationOptions creationOptions = outerTask.CreationOptions;
14 if (!true)
15 {
16 }
17 bool loggingOn = DebuggerSupport.LoggingOn;
18 if (!true)
19 {
20 }
21 if (!true)
22 {
23 }
24 if (!true)
25 {
26 }
27 if (true)
28 {
29 if (!true)
30 {
31 }
32 DebuggerSupport.AddToActiveTasksNonInlined(this);
33 }
34 bool isCompleted = outerTask.IsCompleted;
35 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Tasks.DebuggerSupport.AddToActiveTasksNonInlined(), j__TPar, and System.Threading.Tasks.DebuggerSupport.LoggingOn.