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

◆ PopulateInternal()

virtual void Newtonsoft.Json.JsonSerializer.PopulateInternal ( JsonReader reader,
object target )
inlinepackagevirtual

Reimplemented in Newtonsoft.Json.Serialization.JsonSerializerProxy.

Definition at line 751 of file JsonSerializer.cs.

752 {
753 ValidationUtils.ArgumentNotNull(reader, "reader");
754 ValidationUtils.ArgumentNotNull(target, "target");
755 if (this != null)
756 {
757 return;
758 }
759 if (false)
760 {
761 return;
762 }
763 }
static void ArgumentNotNull(object value, string parameterName)

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