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

◆ Read()

override bool Newtonsoft.Json.JsonTextReader.Read ( )
inline

Definition at line 167 of file JsonTextReader.cs.

168 {
169 if (this._chars == null)
170 {
171 IArrayPool<char> arrayPool = this._arrayPool;
172 int num = 1024;
173 char[] array = BufferUtils.RentBuffer(arrayPool, num);
175 }
176 JsonReader.State currentState = this._currentState;
177 return this.ParsePostValue();
178 }
class f__AnonymousType0<< Count > j__TPar
JsonReader.State _currentState
static char[] RentBuffer(IArrayPool< char > bufferPool, int minSize)

References Newtonsoft.Json.JsonTextReader._arrayPool, Newtonsoft.Json.JsonTextReader._chars, Newtonsoft.Json.JsonReader._currentState, System.array, j__TPar, Newtonsoft.Json.JsonTextReader.ParsePostValue(), and Newtonsoft.Json.Utilities.BufferUtils.RentBuffer().