Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

23 lines
605 B
C#

using System;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x020000A7 RID: 167
[Token(Token = "0x20000A7")]
public class ReflectionAttributeProvider : IAttributeProvider
{
// Token: 0x060003F6 RID: 1014 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60003F6")]
[Address(RVA = "0x2A686F0", Offset = "0x2A676F0", VA = "0x182A686F0")]
public ReflectionAttributeProvider(object attributeProvider)
{
}
// Token: 0x0400025B RID: 603
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400025B")]
private readonly object _attributeProvider;
}
}