Files
Aug2021-Cpp2IL-Dump/Unity.RenderPipelines.Core.Runtime/Microsoft/CodeAnalysis/EmbeddedAttribute.cs
T
2026-04-10 22:50:51 +02:00

21 lines
476 B
C#

using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace Microsoft.CodeAnalysis
{
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
[CompilerGenerated]
[Embedded]
internal sealed class EmbeddedAttribute : Attribute
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public EmbeddedAttribute()
{
}
}
}