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

◆ Push()

void Newtonsoft.Json.JsonReader.Push ( JsonContainerType value)
inlineprivateinherited

Definition at line 279 of file JsonReader.cs.

280 {
281 if (this._currentPosition.HasIndex)
282 {
283 int position = this._currentPosition.Position;
285 }
286 JsonToken tokenType;
287 if (this._currentPosition != null)
288 {
289 if (this._stack == null)
290 {
291 }
292 tokenType = this._tokenType;
293 return;
294 }
295 this._tokenType = tokenType;
296 }
class f__AnonymousType0<< Count > j__TPar
List< JsonPosition > _stack
JsonPosition _currentPosition

References Newtonsoft.Json.JsonReader._currentPosition, Newtonsoft.Json.JsonReader._stack, Newtonsoft.Json.JsonReader._tokenType, Newtonsoft.Json.JsonPosition.HasIndex, j__TPar, and Newtonsoft.Json.JsonPosition.Position.