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,24 @@
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<T> 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<ICustomAttributeProvider, T> TypeAttributeCache;
}
}