terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CachedAttributeGetter.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Newtonsoft.Json.Shims
;
4
using
Newtonsoft.Json.Utilities
;
5
6
namespace
Newtonsoft.Json.Serialization
7
{
8
// Token: 0x020000B3 RID: 179
9
[Preserve]
10
internal
static
class
CachedAttributeGetter
<T>
where
T :
Attribute
11
{
12
// Token: 0x060006BA RID: 1722 RVA: 0x0000212A File Offset: 0x0000032A
13
public
static
T
GetAttribute
(
object
type)
14
{
15
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
16
}
17
18
// Token: 0x060006BB RID: 1723 RVA: 0x00011DD0 File Offset: 0x0000FFD0
19
// Note: this type is marked as 'beforefieldinit'.
20
static
CachedAttributeGetter
()
21
{
22
}
23
24
// Token: 0x040002E7 RID: 743
25
private
static
readonly
ThreadSafeStore<object, T>
TypeAttributeCache
;
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Newtonsoft.Json.Serialization.CachedAttributeGetter.GetAttribute
static T GetAttribute(object type)
Definition
CachedAttributeGetter.cs:13
Newtonsoft.Json.Serialization.CachedAttributeGetter.TypeAttributeCache
static readonly ThreadSafeStore< object, T > TypeAttributeCache
Definition
CachedAttributeGetter.cs:25
Newtonsoft.Json.Serialization.CachedAttributeGetter.CachedAttributeGetter
static CachedAttributeGetter()
Definition
CachedAttributeGetter.cs:20
Newtonsoft.Json.Serialization.CachedAttributeGetter
Definition
CachedAttributeGetter.cs:11
Newtonsoft.Json.Utilities.ThreadSafeStore
Definition
ThreadSafeStore.cs:11
System.Attribute
Definition
Attribute.cs:11
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Newtonsoft.Json.Serialization
Definition
CachedAttributeGetter.cs:7
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Serialization
CachedAttributeGetter.cs
Generated by
1.10.0