using System; using System.Reflection; using Cpp2IlInjected; using Singular.Newtonsoft.Json.Utilities; namespace Singular.Newtonsoft.Json.Serialization { // Token: 0x0200007C RID: 124 [Token(Token = "0x2000052")] internal static class CachedAttributeGetter where T : Attribute { // Token: 0x06000423 RID: 1059 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60003A0")] [Address(RVA = "0x2DD63D0", Offset = "0x2DD53D0", VA = "0x182DD63D0")] public static T GetAttribute(ICustomAttributeProvider type) { return null; } // Token: 0x04000183 RID: 387 [Token(Token = "0x4000104")] private static readonly ThreadSafeStore TypeAttributeCache; } }