Files
Aug2021-Cpp2IL-Dump/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs
T
2026-04-10 22:50:51 +02:00

21 lines
882 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.CodeAnalysis
{
/// <summary>Specifies that the attributed code should be excluded from code coverage information.</summary>
// 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
{
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" /> class.</summary>
// Token: 0x06000528 RID: 1320 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000528")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public ExcludeFromCodeCoverageAttribute()
{
}
}
}