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

◆ EatWhitespace()

void Newtonsoft.Json.Linq.JsonPath.JPath.EatWhitespace ( )
inlineprivate

Definition at line 155 of file JPath.cs.

156 {
157 string expression = this._expression;
158 int currentIndex = this._currentIndex;
159 int stringLength = expression._stringLength;
160 char c = expression[currentIndex];
161 int currentIndex2 = this._currentIndex;
162 string expression2 = this._expression;
163 this._currentIndex = currentIndex;
164 }
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.ParseArrayIndexer(), Newtonsoft.Json.Linq.JsonPath.JPath.ParseExpression(), and Newtonsoft.Json.Linq.JsonPath.JPath.ParseMain().