using System; using Cpp2IlInjected; namespace System.Diagnostics.Tracing { /// Identifies a method that is not generating an event. // Token: 0x020006B1 RID: 1713 [Token(Token = "0x20006B1")] [AttributeUsage(AttributeTargets.Method)] public sealed class NonEventAttribute : Attribute { /// Creates a new instance of the class. // Token: 0x060033E3 RID: 13283 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60033E3")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public NonEventAttribute() { } } }