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
ValueTaskAwaiter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Threading.Tasks
;
4
5
namespace
System.Runtime.CompilerServices
6
{
7
// Token: 0x02000483 RID: 1155
8
public
readonly
struct
ValueTaskAwaiter : ICriticalNotifyCompletion
9
{
10
// Token: 0x0600222E RID: 8750 RVA: 0x0004D0AC File Offset: 0x0004B2AC
11
internal
ValueTaskAwaiter
(
ValueTask
value
)
12
{
13
}
14
15
// Token: 0x17000471 RID: 1137
16
// (get) Token: 0x0600222F RID: 8751 RVA: 0x0004D0BC File Offset: 0x0004B2BC
17
public
bool
IsCompleted
18
{
19
get
20
{
21
int
value
= 1.m_value;
22
bool
flag;
23
return
flag;
24
}
25
}
26
27
// Token: 0x06002230 RID: 8752 RVA: 0x0004D0D4 File Offset: 0x0004B2D4
28
[
StackTraceHidden
]
29
public
void
GetResult
()
30
{
31
}
32
33
// Token: 0x06002231 RID: 8753 RVA: 0x0004D0E4 File Offset: 0x0004B2E4
34
public
void
UnsafeOnCompleted
(
Action
continuation
)
35
{
36
}
37
38
// Token: 0x06002232 RID: 8754 RVA: 0x0004D0FC File Offset: 0x0004B2FC
39
// Note: this type is marked as 'beforefieldinit'.
40
static
ValueTaskAwaiter
()
41
{
42
if
(!
true
)
43
{
44
}
45
}
46
47
// Token: 0x040012B9 RID: 4793
48
internal
static
readonly
Action<object>
s_invokeActionDelegate
;
49
50
// Token: 0x040012BA RID: 4794
51
private
readonly
ValueTask
_value
;
52
53
// Token: 0x02000484 RID: 1156
54
[
CompilerGenerated
]
55
[Serializable]
56
private
sealed
class <>
c
57
{
58
// Token: 0x06002233 RID: 8755 RVA: 0x0004D10C File Offset: 0x0004B30C
59
// Note: this type is marked as 'beforefieldinit'.
60
static <>
c()
61
{
62
}
63
64
// Token: 0x06002234 RID: 8756 RVA: 0x0004D11C File Offset: 0x0004B31C
65
public <>
c()
66
{
67
}
68
69
// Token: 0x06002235 RID: 8757 RVA: 0x0004D130 File Offset: 0x0004B330
70
internal
void
<.cctor>
b__9_0
(
object
state
)
71
{
72
if
(
state
!=
null
)
73
{
74
}
75
ThrowHelper
.
ThrowArgumentOutOfRangeException
(
ExceptionArgument
.state);
76
}
77
78
// Token: 0x040012BB RID: 4795
79
public
static
readonly
ValueTaskAwaiter
.<>
c <>
9;
80
}
81
}
82
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Action
Definition
Action.5.cs:7
System.ThrowHelper.ThrowArgumentOutOfRangeException
static void ThrowArgumentOutOfRangeException()
Definition
ThrowHelper.cs:133
System.ThrowHelper
Definition
ThrowHelper.cs:11
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Threading.Tasks
Definition
AsyncCausalityStatus.cs:5
System.ExceptionArgument
ExceptionArgument
Definition
ExceptionArgument.cs:7
System.ExceptionArgument.value
@ value
System.ExceptionArgument.state
@ state
System
Definition
__ComObject.cs:4
System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult
void GetResult()
Definition
ValueTaskAwaiter.cs:29
System.Runtime.CompilerServices.ValueTaskAwaiter.s_invokeActionDelegate
static readonly Action< object > s_invokeActionDelegate
Definition
ValueTaskAwaiter.cs:48
System.Runtime.CompilerServices.ValueTaskAwaiter.ValueTaskAwaiter
static ValueTaskAwaiter()
Definition
ValueTaskAwaiter.cs:40
System.Runtime.CompilerServices.ValueTaskAwaiter._value
readonly ValueTask _value
Definition
ValueTaskAwaiter.cs:51
System.Runtime.CompilerServices.ValueTaskAwaiter.ValueTaskAwaiter
ValueTaskAwaiter(ValueTask value)
Definition
ValueTaskAwaiter.cs:11
System.Runtime.CompilerServices.ValueTaskAwaiter.IsCompleted
bool IsCompleted
Definition
ValueTaskAwaiter.2.cs:20
System.Runtime.CompilerServices.ValueTaskAwaiter.UnsafeOnCompleted
void UnsafeOnCompleted(Action continuation)
Definition
ValueTaskAwaiter.cs:34
System.Runtime.CompilerServices.ValueTaskAwaiter
Definition
ValueTaskAwaiter.2.cs:10
System.Threading.Tasks.ValueTask
Definition
ValueTask.2.cs:12
source
mscorlib
System
Runtime
CompilerServices
ValueTaskAwaiter.cs
Generated by
1.10.0