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

◆ GetDeepHashCode()

override int Newtonsoft.Json.Linq.JProperty.GetDeepHashCode ( )
inlinepackage

Definition at line 336 of file JProperty.cs.

337 {
338 string name = this._name;
339 if (this._content._token != null)
340 {
341 return;
342 }
343 }
readonly JProperty.JPropertyList _content
Definition JProperty.cs:364

References Newtonsoft.Json.Linq.JProperty._content, Newtonsoft.Json.Linq.JProperty._name, and System.name.