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

◆ EnsureBuffer()

void Newtonsoft.Json.JsonTextReader.EnsureBuffer ( )
inlineprivate

Definition at line 488 of file JsonTextReader.cs.

489 {
490 if (this._chars == null)
491 {
492 char[] array = BufferUtils.RentBuffer(this._arrayPool, 1024);
494 }
495 }
class f__AnonymousType0<< Count > j__TPar
static char[] RentBuffer(IArrayPool< char > bufferPool, int minSize)

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