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

Public Member Functions

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

Static Public Member Functions

static AsyncValueTaskMethodBuilder< TResultCreate ()
 

Properties

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

Private Attributes

AsyncTaskMethodBuilder< TResult_methodBuilder
 
TResult _result
 
bool _haveResult
 
bool _useBuilder
 
AsyncTaskMethodBuilder _methodBuilder
 

Detailed Description

Definition at line 12 of file AsyncValueTaskMethodBuilder.2.cs.


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