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

◆ EnsureLength()

void Newtonsoft.Json.Linq.JsonPath.JPath.EnsureLength ( string message)
inlineprivate

Definition at line 405 of file JPath.cs.

406 {
407 string expression = this._expression;
408 int currentIndex = this._currentIndex;
409 int stringLength = expression._stringLength;
410 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Newtonsoft.Json.Linq.JsonPath.JPath.ParseExpression().