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
AsyncStateMachineAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000463 RID: 1123
6
[
AttributeUsage
(
AttributeTargets
.Method, Inherited =
false
, AllowMultiple =
false
)]
7
[
Serializable
]
8
public
sealed
class
AsyncStateMachineAttribute
:
StateMachineAttribute
9
{
10
// Token: 0x060021F2 RID: 8690 RVA: 0x0004CBD0 File Offset: 0x0004ADD0
11
public
AsyncStateMachineAttribute
(
Type
stateMachineType
)
12
{
13
this.<
StateMachineType
>
k__BackingField
=
stateMachineType
;
14
}
15
}
16
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.CompilerServices.AsyncStateMachineAttribute.AsyncStateMachineAttribute
AsyncStateMachineAttribute(Type stateMachineType)
Definition
AsyncStateMachineAttribute.cs:11
System.Runtime.CompilerServices.AsyncStateMachineAttribute
Definition
AsyncStateMachineAttribute.cs:9
System.Runtime.CompilerServices.StateMachineAttribute.StateMachineType
Type StateMachineType
Definition
StateMachineAttribute.cs:19
System.Runtime.CompilerServices.StateMachineAttribute.k__BackingField
readonly Type< StateMachineType > k__BackingField
Definition
StateMachineAttribute.cs:29
System.Runtime.CompilerServices.StateMachineAttribute
Definition
StateMachineAttribute.cs:9
System.Type
Definition
Type.cs:12
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
AsyncStateMachineAttribute.cs
Generated by
1.10.0