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

◆ FromObjectInternal()

static JToken Newtonsoft.Json.Linq.JToken.FromObjectInternal ( object o,
JsonSerializer jsonSerializer )
inlinestaticpackageinherited

Definition at line 1698 of file JToken.cs.

1699 {
1700 ValidationUtils.ArgumentNotNull("jsonSerializer", "o");
1701 ValidationUtils.ArgumentNotNull(o, "jsonSerializer");
1702 if (!false)
1703 {
1704 }
1705 throw new OutOfMemoryException();
1706 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull().