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.AsyncTaskMethodBuilder< TResult > Struct Template Reference
+ Inheritance diagram for System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >:
+ Collaboration diagram for System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >:

Public Member Functions

void Start< TStateMachine > (ref TStateMachine stateMachine)
 
void SetStateMachine (IAsyncStateMachine stateMachine)
 
void AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine)
 
void SetResult (TResult result)
 
void SetException (global::System.Exception exception)
 
void Start< TStateMachine > (ref TStateMachine stateMachine)
 
void SetStateMachine (IAsyncStateMachine stateMachine)
 
void AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine)
 
void SetResult ()
 
void SetException (global::System.Exception exception)
 

Static Public Member Functions

static AsyncTaskMethodBuilder< TResultCreate ()
 
static AsyncTaskMethodBuilder ()
 
static AsyncTaskMethodBuilder Create ()
 
static AsyncTaskMethodBuilder ()
 

Package Functions

void SetResult (global::System.Threading.Tasks.Task< TResult > completedTask)
 

Static Package Functions

static global::System.Threading.Tasks.Task< TResultGetTaskForResult (TResult result)
 

Static Package Attributes

static readonly global::System.Threading.Tasks.Task< TResults_defaultResultTask
 

Properties

global::System.Threading.Tasks.Task< TResultTask [get, set]
 
global::System.Threading.Tasks.Task Task [get, set]
 

Private Attributes

AsyncMethodBuilderCore m_coreState
 
global::System.Threading.Tasks.Task< TResultm_task
 
AsyncTaskMethodBuilder< global::System.Threading.Tasks.VoidTaskResult > m_builder
 

Static Private Attributes

static readonly global::System.Threading.Tasks.Task< global::System.Threading.Tasks.VoidTaskResult > s_cachedCompleted
 

Detailed Description

Definition at line 11 of file AsyncTaskMethodBuilder.2.cs.


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