terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ForceAsyncAwaiter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Threading.Tasks
6
{
7
// Token: 0x02000226 RID: 550
8
internal
readonly
struct
ForceAsyncAwaiter
:
ICriticalNotifyCompletion
9
{
10
// Token: 0x06001318 RID: 4888 RVA: 0x000281D0 File Offset: 0x000263D0
11
internal
ForceAsyncAwaiter
(
Task
task
)
12
{
13
this._task
=
task
;
14
}
15
16
// Token: 0x06001319 RID: 4889 RVA: 0x0000207A File Offset: 0x0000027A
17
public
ForceAsyncAwaiter
GetAwaiter
()
18
{
19
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
20
}
21
22
// Token: 0x170001CF RID: 463
23
// (get) Token: 0x0600131A RID: 4890 RVA: 0x000281E4 File Offset: 0x000263E4
24
public
bool
IsCompleted
25
{
26
get
27
{
28
}
29
}
30
31
// Token: 0x0600131B RID: 4891 RVA: 0x000281F4 File Offset: 0x000263F4
32
public
void
GetResult
()
33
{
34
}
35
36
// Token: 0x0600131C RID: 4892 RVA: 0x00028204 File Offset: 0x00026404
37
public
void
UnsafeOnCompleted
(
Action
action
)
38
{
39
}
40
41
// Token: 0x04000A35 RID: 2613
42
private
readonly
Task
_task
;
43
}
44
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Action
Definition
Action.5.cs:7
System.Threading.Tasks.Task
Definition
Task.cs:12
System.Runtime.CompilerServices.ICriticalNotifyCompletion
Definition
ICriticalNotifyCompletion.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:5
System.ExceptionArgument.action
@ action
System.ExceptionArgument.task
@ task
System
Definition
__ComObject.cs:4
System.Threading.Tasks.ForceAsyncAwaiter.GetAwaiter
ForceAsyncAwaiter GetAwaiter()
Definition
ForceAsyncAwaiter.cs:17
System.Threading.Tasks.ForceAsyncAwaiter._task
readonly Task _task
Definition
ForceAsyncAwaiter.cs:42
System.Threading.Tasks.ForceAsyncAwaiter.UnsafeOnCompleted
void UnsafeOnCompleted(Action action)
Definition
ForceAsyncAwaiter.cs:37
System.Threading.Tasks.ForceAsyncAwaiter.GetResult
void GetResult()
Definition
ForceAsyncAwaiter.cs:32
System.Threading.Tasks.ForceAsyncAwaiter.ForceAsyncAwaiter
ForceAsyncAwaiter(Task task)
Definition
ForceAsyncAwaiter.cs:11
System.Threading.Tasks.ForceAsyncAwaiter.IsCompleted
bool IsCompleted
Definition
ForceAsyncAwaiter.cs:25
System.Threading.Tasks.ForceAsyncAwaiter
Definition
ForceAsyncAwaiter.cs:9
source
mscorlib
System
Threading
Tasks
ForceAsyncAwaiter.cs
Generated by
1.10.0