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

◆ RunCallback()

void System.Threading.Tasks.AwaitTaskContinuation.RunCallback ( ContextCallback callback,
object state,
Task currentTask )
inlineprotectedinherited

Definition at line 76 of file AwaitTaskContinuation.cs.

77 {
78 SynchronizationContext currentExplicit = SynchronizationContext.CurrentExplicit;
79 IntPtr method_code = callback.method_code;
80 IntPtr invoke_impl = callback.invoke_impl;
81 IntPtr method = callback.method;
82 long num = 0L;
83 SynchronizationContext.SetSynchronizationContext(currentExplicit);
84 if (num == 0L)
85 {
86 return;
87 }
88 throw new OutOfMemoryException();
89 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.SynchronizationContext.CurrentExplicit, System.Delegate.invoke_impl, j__TPar, System.L, System.Delegate.method, System.Delegate.method_code, and System.Threading.SynchronizationContext.SetSynchronizationContext().