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

◆ FromAsyncImpl()

static Task< TResult > System.Threading.Tasks.TaskFactory< TResult >.FromAsyncImpl ( Func< AsyncCallback, object, IAsyncResult > beginMethod,
Func< IAsyncResult, TResult > endFunction,
Action< IAsyncResult > endAction,
object state,
TaskCreationOptions creationOptions )
inlinestaticpackage

Definition at line 55 of file TaskFactory.cs.

56 {
57 int num = 1;
58 if (beginMethod != null || endFunction != null)
59 {
60 if (num == 0)
61 {
62 }
63 bool loggingOn = DebuggerSupport.LoggingOn;
64 if ("TaskFactory.FromAsync: " == null)
65 {
66 }
67 int num2 = 1;
68 if (num2 == 0)
69 {
70 }
71 if (num2 == 0 || num2 == 0)
72 {
73 }
74 if ("TaskFactory.FromAsync: " != null)
75 {
76 }
77 return "beginMethod";
78 }
79 bool loggingOn2 = DebuggerSupport.LoggingOn;
80 int num3 = 1;
81 if (num3 == 0)
82 {
83 }
84 if (num3 == 0 || num3 == 0)
85 {
86 }
87 throw new OutOfMemoryException();
88 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Threading.Tasks.DebuggerSupport.LoggingOn.