|
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.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >:
Collaboration diagram for System.Runtime.CompilerServices.AsyncTaskMethodBuilder< TResult >:Public Member Functions | |
| void | Start< TStateMachine > (ref TStateMachine stateMachine) |
| void | SetStateMachine (IAsyncStateMachine stateMachine) |
| void | AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine) |
| void | SetResult (TResult result) |
| void | SetException (global::System.Exception exception) |
| void | Start< TStateMachine > (ref TStateMachine stateMachine) |
| void | SetStateMachine (IAsyncStateMachine stateMachine) |
| void | AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine) |
| void | SetResult () |
| void | SetException (global::System.Exception exception) |
Static Public Member Functions | |
| static AsyncTaskMethodBuilder< TResult > | Create () |
| static | AsyncTaskMethodBuilder () |
| static AsyncTaskMethodBuilder | Create () |
| static | AsyncTaskMethodBuilder () |
Package Functions | |
| void | SetResult (global::System.Threading.Tasks.Task< TResult > completedTask) |
Static Package Functions | |
| static global::System.Threading.Tasks.Task< TResult > | GetTaskForResult (TResult result) |
Static Package Attributes | |
| static readonly global::System.Threading.Tasks.Task< TResult > | s_defaultResultTask |
Properties | |
| global::System.Threading.Tasks.Task< TResult > | Task [get, set] |
| global::System.Threading.Tasks.Task | Task [get, set] |
Private Attributes | |
| AsyncMethodBuilderCore | m_coreState |
| global::System.Threading.Tasks.Task< TResult > | m_task |
| AsyncTaskMethodBuilder< global::System.Threading.Tasks.VoidTaskResult > | m_builder |
Static Private Attributes | |
| static readonly global::System.Threading.Tasks.Task< global::System.Threading.Tasks.VoidTaskResult > | s_cachedCompleted |
Definition at line 11 of file AsyncTaskMethodBuilder.2.cs.