25 lines
713 B
C#
25 lines
713 B
C#
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: 0x06000421 RID: 1057 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600039E")]
|
|
[Address(RVA = "0x2905950", Offset = "0x2904750", VA = "0x182905950")]
|
|
public static T GetAttribute(ICustomAttributeProvider type)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x04000182 RID: 386
|
|
[Token(Token = "0x4000103")]
|
|
private static readonly ThreadSafeStore<ICustomAttributeProvider, T> TypeAttributeCache;
|
|
}
|
|
}
|