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

◆ AddToken()

void Newtonsoft.Json.Bson.BsonWriter.AddToken ( BsonToken token)
inlinepackage

Definition at line 149 of file BsonWriter.cs.

150 {
151 if (this._parent != null)
152 {
153 return;
154 }
155 this._root = token;
156 this._parent = token;
157 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Bson.BsonWriter._parent, and j__TPar.

Referenced by Newtonsoft.Json.Bson.BsonWriter.AddParent().