This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,23 @@
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;
}
}