|
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.TaskCompletionSource< TResult >:
Collaboration diagram for System.Threading.Tasks.TaskCompletionSource< TResult >:Public Member Functions | |
| TaskCompletionSource () | |
| TaskCompletionSource (TaskCreationOptions creationOptions) | |
| TaskCompletionSource (object state) | |
| TaskCompletionSource (object state, TaskCreationOptions creationOptions) | |
| bool | TrySetException (global::System.Exception exception) |
| bool | TrySetResult (TResult result) |
| bool | TrySetCanceled () |
| bool | TrySetCanceled (CancellationToken cancellationToken) |
Properties | |
| Task< TResult > | Task [get, set] |
Private Member Functions | |
| void | SpinUntilCompleted () |
Private Attributes | |
| readonly Task< TResult > | _task |
Definition at line 8 of file TaskCompletionSource.cs.