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

◆ Path

override string Newtonsoft.Json.Linq.JTokenReader.Path
get

Definition at line 204 of file JTokenReader.cs.

205 {
206 get
207 {
208 string path = base.Path;
209 string path2;
210 if (this._initialPath == null)
211 {
212 path2 = this._root.Path;
214 }
215 bool flag = string.IsNullOrEmpty(path2);
216 bool flag2 = string.IsNullOrEmpty(path);
217 return this._initialPath;
218 }
219 }
class f__AnonymousType0<< Count > j__TPar