Files
27Aug2021-Cpp2IL-Dump/Newtonsoft.Json/Serialization/CachedAttributeGetter.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

24 lines
633 B
C#

using System;
using Cpp2IlInjected;
using Newtonsoft.Json.Utilities;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x02000072 RID: 114
[Token(Token = "0x2000072")]
internal static class CachedAttributeGetter<T> where T : Attribute
{
// Token: 0x0600026A RID: 618 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600026A")]
[Address(RVA = "0x2DD63D0", Offset = "0x2DD53D0", VA = "0x182DD63D0")]
public static T GetAttribute(object type)
{
return null;
}
// Token: 0x040001A9 RID: 425
[Token(Token = "0x40001A9")]
private static readonly ThreadSafeStore<object, T> TypeAttributeCache;
}
}