|
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
|
Inheritance diagram for System.Threading.Tasks.ValueTask< TResult >:
Collaboration diagram for System.Threading.Tasks.ValueTask< TResult >:Classes | |
| class | ValueTaskSourceAsTask |
Public Member Functions | |
| ValueTask (TResult result) | |
| ValueTask (Task< TResult > task) | |
| ValueTask (global::System.Threading.Tasks.Sources.IValueTaskSource< TResult > source, short token) | |
| override int | GetHashCode () |
| override bool | Equals (object obj) |
| bool | Equals (ValueTask< TResult > other) |
| Task< TResult > | AsTask () |
| global::System.Runtime.CompilerServices.ValueTaskAwaiter< TResult > | GetAwaiter () |
| global::System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable< TResult > | ConfigureAwait (bool continueOnCapturedContext) |
| override string | ToString () |
| ValueTask (Task task) | |
| ValueTask (global::System.Threading.Tasks.Sources.IValueTaskSource source, short token) | |
| override int | GetHashCode () |
| override bool | Equals (object obj) |
| bool | Equals (ValueTask other) |
| Task | AsTask () |
| global::System.Runtime.CompilerServices.ValueTaskAwaiter | GetAwaiter () |
| global::System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable | ConfigureAwait (bool continueOnCapturedContext) |
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, set] |
| bool | IsCompletedSuccessfully [get, set] |
| TResult | Result [get, set] |
| static Task | CompletedTask [get, set] |
Private Member Functions | |
| ValueTask (object obj, TResult result, short token, bool continueOnCapturedContext) | |
| Task< TResult > | GetTaskForValueTaskSource (global::System.Threading.Tasks.Sources.IValueTaskSource< TResult > t) |
| ValueTask (object obj, short token, bool continueOnCapturedContext) | |
| Task | GetTaskForValueTaskSource (global::System.Threading.Tasks.Sources.IValueTaskSource t) |
Static Private Attributes | |
| static Task< TResult > | s_canceledTask |
| static readonly Task | s_canceledTask |
Definition at line 13 of file ValueTask.2.cs.