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.
1using System;
5
7{
8 // Token: 0x020000BF RID: 191
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)
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 }
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}
class f__AnonymousType0<< Count > j__TPar
JRaw(object rawJson)
Definition JRaw.cs:19
JRaw(JRaw other)
Definition JRaw.cs:13
static JRaw Create(JsonReader reader)
Definition JRaw.cs:25
override JToken CloneToken()
Definition JRaw.cs:42
static CultureInfo InvariantCulture