using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Indicates whether a method is marked with either the Async or async modifier. // Token: 0x02000558 RID: 1368 [Token(Token = "0x2000558")] [AttributeUsage(AttributeTargets.Method)] [Serializable] public sealed class AsyncStateMachineAttribute : StateMachineAttribute { /// Initializes a new instance of the class. /// The type object for the underlying state machine type that's used to implement a state machine method. // Token: 0x06002C39 RID: 11321 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002C39")] [Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")] public AsyncStateMachineAttribute(Type stateMachineType) { } } }