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< TArg1 >()

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

Definition at line 115 of file TaskFactory.cs.

116 {
117 int num = 1;
118 if (beginMethod != null || endFunction != null)
119 {
120 if (num == 0)
121 {
122 }
123 bool loggingOn = DebuggerSupport.LoggingOn;
124 if ("TaskFactory.FromAsync: " == null)
125 {
126 }
127 int num2 = 1;
128 if (num2 == 0)
129 {
130 }
131 if (num2 == 0 || num2 == 0)
132 {
133 }
134 if ("TaskFactory.FromAsync: " != null)
135 {
136 }
137 }
138 bool loggingOn2 = DebuggerSupport.LoggingOn;
139 int num3 = 1;
140 if (num3 == 0)
141 {
142 }
143 if (num3 == 0 || num3 == 0)
144 {
145 }
146 throw new OutOfMemoryException();
147 }
class f__AnonymousType0<< Count > j__TPar

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