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

◆ Read()

override bool Newtonsoft.Json.Linq.JTokenReader.Read ( )
inline

Definition at line 36 of file JTokenReader.cs.

37 {
38 if (this._currentState != JsonReader.State.Start)
39 {
40 JToken current = this._current;
41 if (current != null)
42 {
43 return this.ReadOver(current);
44 }
45 }
46 else
47 {
48 JToken root = this._root;
49 this._current = root;
50 this.SetToken(root);
51 }
52 JToken parent = this._parent;
53 bool flag;
54 return flag;
55 }
class f__AnonymousType0<< Count > j__TPar
JsonReader.State _currentState

References Newtonsoft.Json.Linq.JTokenReader._current, Newtonsoft.Json.JsonReader._currentState, Newtonsoft.Json.Linq.JTokenReader._parent, Newtonsoft.Json.Linq.JTokenReader._root, j__TPar, Newtonsoft.Json.Linq.JTokenReader.ReadOver(), and Newtonsoft.Json.Linq.JTokenReader.SetToken().