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

◆ ReadOver()

bool Newtonsoft.Json.Linq.JTokenReader.ReadOver ( JToken t)
inlineprivate

Definition at line 58 of file JTokenReader.cs.

59 {
60 JToken root = this._root;
61 JToken next = t._next;
62 if (next != null)
63 {
64 JContainer parent = t._parent;
65 this._current = next;
66 this.SetToken(next);
67 return true;
68 }
69 JContainer parent2 = t._parent;
70 if (parent2 != null)
71 {
72 return this.SetEnd(parent2);
73 }
74 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JToken._next, Newtonsoft.Json.Linq.JToken._parent, Newtonsoft.Json.Linq.JTokenReader._root, j__TPar, Newtonsoft.Json.Linq.JTokenReader.SetEnd(), and Newtonsoft.Json.Linq.JTokenReader.SetToken().

Referenced by Newtonsoft.Json.Linq.JTokenReader.Read().