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
JsonTokenUtils.cs
Go to the documentation of this file.
1using System;
3using System.Xml;
9
11{
12 [Preserve]
13 [global::Cpp2ILInjected.Token(Token = "0x2000041")]
14 internal static class JsonTokenUtils
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x60002BC")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CCC4B4", Offset = "0x1CCC4B4", Length = "0x10")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 internal static bool IsEndToken(JsonToken token)
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60002BD")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1CCC2C8", Offset = "0x1CCC2C8", Length = "0x10")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "get_Depth", ReturnType = typeof(int))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "Skip", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
31 internal static bool IsStartToken(JsonToken token)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x60002BE")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1CCFDE8", Offset = "0x1CCFDE8", Length = "0x24")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonReader), Member = "ReadAsString", ReturnType = typeof(string))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JsonSerializerInternalReader), Member = "CalculatePropertyDetails", MemberParameters = new object[]
41 {
47 typeof(object),
48 typeof(ref bool),
49 typeof(ref object),
51 typeof(ref bool)
52 }, ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlNodeConverter), Member = "ReadAttributeElements", MemberParameters = new object[]
54 {
57 }, ReturnType = typeof(Dictionary<string, string>))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
59 internal static bool IsPrimitiveToken(JsonToken token)
60 {
61 throw null;
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static bool IsStartToken(JsonToken token)
static bool IsPrimitiveToken(JsonToken token)
static bool IsEndToken(JsonToken token)