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
JRaw.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
using
Cpp2IlInjected
;
4
using
Newtonsoft.Json.Shims
;
5
6
namespace
Newtonsoft.Json.Linq
7
{
8
// Token: 0x020000BF RID: 191
9
[
Preserve
]
10
public
class
JRaw
:
JValue
11
{
12
// Token: 0x060006ED RID: 1773 RVA: 0x000122D0 File Offset: 0x000104D0
13
public
JRaw
(
JRaw
other
)
14
:
base
(
other
)
15
{
16
}
17
18
// Token: 0x060006EE RID: 1774 RVA: 0x000122E4 File Offset: 0x000104E4
19
public
JRaw
(
object
rawJson
)
20
:
base
(
rawJson
,
JTokenType
.
Raw
)
21
{
22
}
23
24
// Token: 0x060006EF RID: 1775 RVA: 0x000122FC File Offset: 0x000104FC
25
public
static
JRaw
Create
(
JsonReader
reader)
26
{
27
if
(!
true
)
28
{
29
}
30
CultureInfo
invariantCulture
=
CultureInfo
.
InvariantCulture
;
31
if
(!
false
)
32
{
33
if
(!
false
)
34
{
35
}
36
throw
new
OutOfMemoryException
();
37
}
38
throw
new
OutOfMemoryException
();
39
}
40
41
// Token: 0x060006F0 RID: 1776 RVA: 0x0000212A File Offset: 0x0000032A
42
internal
override
JToken
CloneToken
()
43
{
44
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
45
}
46
}
47
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Newtonsoft.Json.JsonReader
Definition
JsonReader.cs:13
Newtonsoft.Json.Linq.JRaw.JRaw
JRaw(object rawJson)
Definition
JRaw.cs:19
Newtonsoft.Json.Linq.JRaw.JRaw
JRaw(JRaw other)
Definition
JRaw.cs:13
Newtonsoft.Json.Linq.JRaw.Create
static JRaw Create(JsonReader reader)
Definition
JRaw.cs:25
Newtonsoft.Json.Linq.JRaw.CloneToken
override JToken CloneToken()
Definition
JRaw.cs:42
Newtonsoft.Json.Linq.JRaw
Definition
JRaw.cs:11
Newtonsoft.Json.Linq.JToken
Definition
JToken.cs:17
Newtonsoft.Json.Linq.JValue
Definition
JValue.cs:12
System.Globalization.CultureInfo.InvariantCulture
static CultureInfo InvariantCulture
Definition
CultureInfo.cs:39
System.Globalization.CultureInfo
Definition
CultureInfo.cs:15
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Newtonsoft.Json.Linq.JTokenType
JTokenType
Definition
JTokenType.cs:9
Newtonsoft.Json.Linq.JTokenType.Raw
@ Raw
Newtonsoft.Json.Linq
Definition
CommentHandling.cs:5
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Globalization
Definition
Bootstring.cs:5
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Linq
JRaw.cs
Generated by
1.10.0