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
;
213
this._initialPath
=
path2
;
214
}
215
bool
flag =
string
.IsNullOrEmpty(
path2
);
216
bool
flag2
=
string
.IsNullOrEmpty(path);
217
return
this.
_initialPath
;
218
}
219
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Linq.JTokenReader._initialPath
string _initialPath
Definition
JTokenReader.cs:225
Newtonsoft.Json.Linq.JTokenReader._root
readonly JToken _root
Definition
JTokenReader.cs:222
Newtonsoft.Json.Linq.JToken.Path
string Path
Definition
JToken.cs:155
Newtonsoft
Json
Linq
JTokenReader
Generated by
1.10.0