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

virtual string Newtonsoft.Json.JsonReader.Path
getinherited

Definition at line 212 of file JsonReader.cs.

213 {
214 get
215 {
216 if (this._currentPosition != null)
217 {
218 JsonReader.State currentState = this._currentState;
219 }
221 string text;
222 return text;
223 }
224 }
class f__AnonymousType0<< Count > j__TPar
JsonReader.State _currentState
List< JsonPosition > _stack
JsonPosition _currentPosition