terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | ValueTaskSourceAsTask |
Public Member Functions | |
ValueTask (TResult result) | |
ValueTask (Task< TResult > task) | |
ValueTask (IValueTaskSource< TResult > source, short token) | |
override int | GetHashCode () |
override bool | Equals (object obj) |
bool | Equals (ValueTask< TResult > other) |
Task< TResult > | AsTask () |
ValueTaskAwaiter< TResult > | GetAwaiter () |
ConfiguredValueTaskAwaitable< TResult > | ConfigureAwait (bool continueOnCapturedContext) |
override string | ToString () |
ValueTask (Task task) | |
ValueTask (IValueTaskSource source, short token) | |
override int | GetHashCode () |
override bool | Equals (object obj) |
bool | Equals (ValueTask other) |
Task | AsTask () |
ValueTaskAwaiter | GetAwaiter () |
ConfiguredValueTaskAwaitable | ConfigureAwait (bool continueOnCapturedContext) |
bool | Equals (T other) |
bool | Equals (T other) |
Static Public Member Functions | |
static | ValueTask () |
Package Functions | |
void | ThrowIfCompletedUnsuccessfully () |
Package Attributes | |
readonly object | _obj |
readonly TResult | _result |
readonly short | _token |
readonly bool | _continueOnCapturedContext |
Properties | |
bool | IsCompleted [get] |
bool | IsCompletedSuccessfully [get] |
TResult | Result [get] |
static Task | CompletedTask [get] |
Private Member Functions | |
ValueTask (object obj, TResult result, short token, bool continueOnCapturedContext) | |
Task< TResult > | GetTaskForValueTaskSource (IValueTaskSource< TResult > t) |
ValueTask (object obj, short token, bool continueOnCapturedContext) | |
Task | GetTaskForValueTaskSource (IValueTaskSource t) |
Static Private Attributes | |
static Task< TResult > | s_canceledTask |
static readonly Task | s_canceledTask |
Definition at line 11 of file ValueTask.2.cs.