using System; using Cpp2IlInjected; namespace System.Diagnostics.CodeAnalysis { /// Specifies that the attributed code should be excluded from code coverage information. // Token: 0x020000DB RID: 219 [Token(Token = "0x20000DB")] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event)] public sealed class ExcludeFromCodeCoverageAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06000528 RID: 1320 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000528")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public ExcludeFromCodeCoverageAttribute() { } } }