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
System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder< TResult > Struct Template Reference

Public Member Functions

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

Static Public Member Functions

static AsyncValueTaskMethodBuilder< TResultCreate ()
 

Properties

ValueTask< TResultTask [get]
 

Private Attributes

AsyncTaskMethodBuilder< TResult_methodBuilder
 
TResult _result
 
bool _haveResult
 
bool _useBuilder
 
AsyncTaskMethodBuilder _methodBuilder
 

Detailed Description

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


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