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

◆ GetCompletionAction()

Action System.Runtime.CompilerServices.AsyncMethodBuilderCore.GetCompletionAction ( Task taskForTracing,
AsyncMethodBuilderCore::MoveNextRunner runnerToInitialize )
inlinepackage

Definition at line 42 of file AsyncMethodBuilderCore.cs.

43 {
44 if (!true)
45 {
46 }
48 if (!true)
49 {
50 }
53 if (executionContext != null)
54 {
55 bool isPreAllocatedDefault = executionContext.IsPreAllocatedDefault;
56 if (this.m_defaultContextAction == null)
57 {
58 if (taskForTracing != null)
59 {
62 return action;
63 }
65 return action2;
66 }
67 }
68 else if (taskForTracing != null)
69 {
70 }
71 return action2;
72 }
class f__AnonymousType0<< Count > j__TPar
static void NotifyOfCrossThreadDependency()
Definition Debugger.cs:73
static ExecutionContext FastCapture()

References System.action, System.Threading.ExecutionContext.FastCapture(), j__TPar, System.Runtime.CompilerServices.AsyncMethodBuilderCore.m_defaultContextAction, and System.Diagnostics.Debugger.NotifyOfCrossThreadDependency().