|
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
|
Collaboration diagram for System.Runtime.CompilerServices.AsyncVoidMethodBuilder: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 () |
| void | SetException (global::System.Exception exception) |
Static Public Member Functions | |
| static AsyncVoidMethodBuilder | Create () |
Properties | |
| global::System.Threading.Tasks.Task | Task [get, set] |
Private Member Functions | |
| void | NotifySynchronizationContextOfCompletion () |
Private Attributes | |
| global::System.Threading.SynchronizationContext | m_synchronizationContext |
| AsyncMethodBuilderCore | m_coreState |
| global::System.Threading.Tasks.Task | m_task |
Definition at line 12 of file AsyncVoidMethodBuilder.cs.