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

◆ ExecuteCallback()

void System.Threading.CancellationCallbackInfo.ExecuteCallback ( )
inlinepackageinherited

Definition at line 18 of file CancellationCallbackInfo.cs.

19 {
20 if (this.TargetExecutionContext != null)
21 {
22 ExecutionContext targetExecutionContext = this.TargetExecutionContext;
23 return;
24 }
25 CancellationCallbackInfo.ExecutionContextCallback(this);
26 }
class f__AnonymousType0<< Count > j__TPar
CancellationCallbackInfo(Action< object > callback, object stateForCallback, ExecutionContext targetExecutionContext, CancellationTokenSource cancellationTokenSource)

References System.Threading.CancellationCallbackInfo.ExecutionContextCallback(), j__TPar, and System.Threading.CancellationCallbackInfo.TargetExecutionContext.