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
JsonTokenUtils.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000041 RID: 65
9 internal static class JsonTokenUtils
10 {
11 // Token: 0x060002BC RID: 700 RVA: 0x0000212A File Offset: 0x0000032A
12 internal static bool IsEndToken(JsonToken token)
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x060002BD RID: 701 RVA: 0x0000212A File Offset: 0x0000032A
18 internal static bool IsStartToken(JsonToken token)
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060002BE RID: 702 RVA: 0x00008B48 File Offset: 0x00006D48
24 internal static bool IsPrimitiveToken(JsonToken token)
25 {
26 }
27 }
28}
static bool IsStartToken(JsonToken token)
static bool IsPrimitiveToken(JsonToken token)
static bool IsEndToken(JsonToken token)