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

◆ CreateJToken()

JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateJToken ( JsonReader reader,
JsonContract contract )
inlineprivate

Definition at line 135 of file JsonSerializerInternalReader.cs.

136 {
137 ValidationUtils.ArgumentNotNull(reader, "reader");
138 if (contract != null)
139 {
140 Type <UnderlyingType>k__BackingField = contract.<UnderlyingType>k__BackingField;
141 Type <UnderlyingType>k__BackingField2 = contract.<UnderlyingType>k__BackingField;
142 Type <UnderlyingType>k__BackingField3 = contract.<UnderlyingType>k__BackingField;
143 }
144 if (!false)
145 {
147 return jtoken;
148 }
149 throw new OutOfMemoryException();
150 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.