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

◆ ReadQuotedString()

string Newtonsoft.Json.Linq.JsonPath.JPath.ReadQuotedString ( )
inlineprivate

Definition at line 303 of file JPath.cs.

304 {
305 long num = 0L;
306 int currentIndex = this._currentIndex;
307 string expression = this._expression;
308 this._currentIndex = (int)num;
309 int stringLength = expression._stringLength;
310 char c = expression[(int)num];
311 int currentIndex2 = this._currentIndex;
312 int currentIndex3 = this._currentIndex;
313 this._currentIndex = (int)num;
314 int num2 = 39;
316 int currentIndex4 = this._currentIndex;
317 string expression2 = this._expression;
318 int currentIndex5 = this._currentIndex;
319 char c2 = expression2[currentIndex5];
320 int num3 = 92;
321 int currentIndex6 = this._currentIndex;
323 return this._expression;
324 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JsonPath.JPath._currentIndex, Newtonsoft.Json.Linq.JsonPath.JPath._expression, j__TPar, and System.L.