terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.AsyncMethodBuilderCore Struct Reference
+ Collaboration diagram for System.Runtime.CompilerServices.AsyncMethodBuilderCore:

Classes

class  ContinuationWrapper
 
class  MoveNextRunner
 

Public Member Functions

void SetStateMachine (IAsyncStateMachine stateMachine)
 

Package Functions

global::System.Action GetCompletionAction (global::System.Threading.Tasks.Task taskForTracing, ref AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize)
 
void PostBoxInitialization (IAsyncStateMachine stateMachine, AsyncMethodBuilderCore.MoveNextRunner runner, global::System.Threading.Tasks.Task builtTask)
 

Static Package Functions

static void ThrowAsync (global::System.Exception exception, global::System.Threading.SynchronizationContext targetContext)
 
static global::System.Action CreateContinuationWrapper (global::System.Action continuation, global::System.Action invokeAction, global::System.Threading.Tasks.Task innerTask=null)
 
static global::System.Threading.Tasks.Task TryGetContinuationTask (global::System.Action action)
 

Package Attributes

IAsyncStateMachine m_stateMachine
 
global::System.Action m_defaultContextAction
 

Private Member Functions

global::System.Action OutputAsyncCausalityEvents (global::System.Threading.Tasks.Task innerTask, global::System.Action continuation)
 

Detailed Description

Definition at line 12 of file AsyncMethodBuilderCore.cs.


The documentation for this struct was generated from the following file: