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

◆ PopContext()

void Newtonsoft.Json.Bson.BsonReader.PopContext ( )
inlineprivate

Definition at line 209 of file BsonReader.cs.

210 {
211 int size = this._stack._size;
212 List<BsonReader.ContainerContext> stack = this._stack;
213 if (stack._size != 0)
214 {
216 return;
217 }
218 }
class f__AnonymousType0<< Count > j__TPar
readonly List< BsonReader.ContainerContext > _stack

References Newtonsoft.Json.Bson.BsonReader._stack, j__TPar, and System.stack.

Referenced by Newtonsoft.Json.Bson.BsonReader.ReadNormal().