terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
JRaw.cs
Go to the documentation of this file.
1using System;
3using System.IO;
8
10{
11 [Preserve]
12 [global::Cpp2ILInjected.Token(Token = "0x20000BF")]
13 public class JRaw : JValue
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60006ED")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1D045BC", Offset = "0x1D045BC", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JValue), Member = ".ctor", MemberParameters = new object[] { typeof(JValue) }, ReturnType = typeof(void))]
19 public JRaw(JRaw other)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60006EE")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1D045C4", Offset = "0x1D045C4", Length = "0xC")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateValueInternal", MemberParameters = new object[]
27 {
29 typeof(Type),
34 typeof(object)
35 }, ReturnType = typeof(object))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JValue), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(object),
40 typeof(JTokenType)
41 }, ReturnType = typeof(void))]
42 public JRaw(object rawJson)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x60006EF")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1D045D0", Offset = "0x1D045D0", Length = "0x374")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CreateJToken", MemberParameters = new object[]
51 {
54 }, ReturnType = typeof(JToken))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringWriter), Member = ".ctor", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonTextWriter), Member = ".ctor", MemberParameters = new object[] { typeof(TextWriter) }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonWriter), Member = "WriteToken", MemberParameters = new object[] { typeof(JsonReader) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JValue), Member = ".ctor", MemberParameters = new object[]
61 {
62 typeof(object),
63 typeof(JTokenType)
64 }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
66 public static JRaw Create(JsonReader reader)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x60006F0")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1D04944", Offset = "0x1D04944", Length = "0x5C")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JValue), Member = ".ctor", MemberParameters = new object[] { typeof(JValue) }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
76 internal override JToken CloneToken()
77 {
78 throw null;
79 }
80 }
81}
class f__AnonymousType0<< Count > j__TPar
JRaw(object rawJson)
Definition JRaw.cs:42
JRaw(JRaw other)
Definition JRaw.cs:19
static JRaw Create(JsonReader reader)
Definition JRaw.cs:66
override JToken CloneToken()
Definition JRaw.cs:76
class< Annotations > IEnumerator where Offset
Definition JToken.cs:3404
class< Annotations > IEnumerator where Length
Definition JToken.cs:3404
JValue(object value, JTokenType type)
Definition JValue.cs:44