|
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.BeginEndAwaitableAdapter:
Collaboration diagram for System.Threading.Tasks.BeginEndAwaitableAdapter:Public Member Functions | |
| BeginEndAwaitableAdapter () | |
| RendezvousAwaitable< TResult > | GetAwaiter () |
| TResult | GetResult () |
| void | SetResult (TResult result) |
| void | OnCompleted (global::System.Action continuation) |
| void | UnsafeOnCompleted (global::System.Action continuation) |
Static Public Attributes | |
| static readonly global::System.AsyncCallback | Callback |
Properties | |
| bool | RunContinuationsAsynchronously [get, set] |
| bool | IsCompleted [get, set] |
Private Member Functions | |
| void | NotifyAwaiter () |
Static Private Member Functions | |
| static | BeginEndAwaitableAdapter () |
Private Attributes | |
| global::System.Action | _continuation |
| global::System.Runtime.ExceptionServices.ExceptionDispatchInfo | _error |
| TResult | _result |
| bool< RunContinuationsAsynchronously > | k__BackingField |
Static Private Attributes | |
| static readonly global::System.Action | s_completionSentinel |
Definition at line 9 of file BeginEndAwaitableAdapter.cs.