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
|
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< TResult > | Create () |
Properties | |
global::System.Threading.Tasks.ValueTask< TResult > | Task [get, set] |
Private Attributes | |
AsyncTaskMethodBuilder< TResult > | _methodBuilder |
TResult | _result |
bool | _haveResult |
bool | _useBuilder |
AsyncTaskMethodBuilder | _methodBuilder |
Definition at line 12 of file AsyncValueTaskMethodBuilder.2.cs.