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

◆ FormatMessage()

static string Newtonsoft.Json.JsonPosition.FormatMessage ( IJsonLineInfo lineInfo,
string path,
string message )
inlinestaticpackage

Definition at line 58 of file JsonPosition.cs.

59 {
60 int num = 1;
61 string newLine = Environment.NewLine;
62 string text = path.Trim();
63 int num2 = 46;
64 bool flag = text.EndsWith((char)num2);
65 string text2 = text + "." + " ";
66 if (num == 0)
67 {
68 }
70 string text3;
71 return text2 + text3;
72 }
class f__AnonymousType0<< Count > j__TPar
static string NewLine
static CultureInfo InvariantCulture

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.Environment.NewLine, and System.text.