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
JsonWriterException.cs
Go to the documentation of this file.
1using System;
8
9namespace Newtonsoft.Json
10{
11 [Preserve]
12 [global::Cpp2ILInjected.Token(Token = "0x200002D")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x1700004F")]
17 public string Path
18 {
20 [global::Cpp2ILInjected.Token(Token = "0x6000142")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BA0", Offset = "0x1CC1BA0", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 get
24 {
25 throw null;
26 }
28 [global::Cpp2ILInjected.Token(Token = "0x6000143")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BA8", Offset = "0x1CC1BA8", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 private set
32 {
33 throw null;
34 }
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000144")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BB0", Offset = "0x1CC1BB0", Length = "0x4")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", ReturnType = typeof(void))]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000145")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BB4", Offset = "0x1CC1BB4", Length = "0x4")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
50 public JsonWriterException(string message)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6000146")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BB8", Offset = "0x1CC1BB8", Length = "0x4")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", MemberParameters = new object[]
59 {
60 typeof(string),
62 }, ReturnType = typeof(void))]
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6000147")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BBC", Offset = "0x1CC1BBC", Length = "0x4")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", MemberParameters = new object[]
72 {
75 }, ReturnType = typeof(void))]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000148")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BC0", Offset = "0x1CC1BC0", Length = "0x24")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", MemberParameters = new object[]
85 {
86 typeof(string),
88 }, ReturnType = typeof(void))]
89 internal JsonWriterException(string message, Exception innerException, string path)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6000149")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1CC0410", Offset = "0x1CC0410", Length = "0x2C")]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonTextWriter), Member = "WriteEnd", MemberParameters = new object[] { typeof(JsonToken) }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "get_WriteState", ReturnType = typeof(WriteState))]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "WriteConstructorDate", MemberParameters = new object[] { typeof(JsonReader) }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "WriteEnd", MemberParameters = new object[] { typeof(JsonContainerType) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "GetCloseTokenForType", MemberParameters = new object[] { typeof(JsonContainerType) }, ReturnType = typeof(JsonToken))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "AutoCompleteClose", MemberParameters = new object[] { typeof(JsonContainerType) }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "AutoComplete", MemberParameters = new object[] { typeof(JsonToken) }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "CreateUnsupportedTypeException", MemberParameters = new object[]
104 {
106 typeof(object)
107 }, ReturnType = typeof(JsonWriterException))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriter), Member = "InternalWriteWhitespace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteComment", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteStartConstructor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteRaw", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteRawValue", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "AddToken", MemberParameters = new object[] { typeof(BsonToken) }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteValue", MemberParameters = new object[] { typeof(uint) }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteValue", MemberParameters = new object[] { typeof(ulong) }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonWriter), Member = "WriteObjectId", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonWriter), Member = "get_ContainerPath", ReturnType = typeof(string))]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonWriterException), Member = "Create", MemberParameters = new object[]
120 {
121 typeof(string),
122 typeof(string),
124 }, ReturnType = typeof(JsonWriterException))]
125 internal static JsonWriterException Create(JsonWriter writer, string message, Exception ex)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x600014A")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1CC1BE4", Offset = "0x1CC1BE4", Length = "0xAC")]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonWriterException), Member = "Create", MemberParameters = new object[]
133 {
135 typeof(string),
137 }, ReturnType = typeof(JsonWriterException))]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonPosition), Member = "FormatMessage", MemberParameters = new object[]
140 {
142 typeof(string),
143 typeof(string)
144 }, ReturnType = typeof(string))]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonException), Member = ".ctor", MemberParameters = new object[]
146 {
147 typeof(string),
149 }, ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
151 internal static JsonWriterException Create(string path, string message, Exception ex)
152 {
153 throw null;
154 }
155
157 [global::Cpp2ILInjected.Token(Token = "0x40000C5")]
158 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
159 private string <Path>k__BackingField;
160 }
161}
class f__AnonymousType0<< Count > j__TPar
static JsonWriterException Create(string path, string message, Exception ex)
JsonWriterException(string message, Exception innerException)
static JsonWriterException Create(JsonWriter writer, string message, Exception ex)
JsonWriterException(SerializationInfo info, StreamingContext context)
JsonWriterException(string message, Exception innerException, string path)