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, TArg2 >()

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

Definition at line 150 of file TaskFactory.cs.

151 {
152 int num = 1;
153 if (beginMethod != null || endFunction != null)
154 {
155 if (num == 0)
156 {
157 }
158 bool loggingOn = DebuggerSupport.LoggingOn;
159 if ("TaskFactory.FromAsync: " == null)
160 {
161 }
162 int num2 = 1;
163 if (num2 == 0)
164 {
165 }
166 if (num2 == 0 || num2 == 0)
167 {
168 }
169 if ("TaskFactory.FromAsync: " != null)
170 {
171 }
172 return "beginMethod";
173 }
174 bool loggingOn2 = DebuggerSupport.LoggingOn;
175 int num3 = 1;
176 if (num3 == 0)
177 {
178 }
179 if (num3 == 0 || num3 == 0)
180 {
181 }
182 throw new OutOfMemoryException();
183 }
class f__AnonymousType0<< Count > j__TPar

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