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

◆ WriteEnd() [2/2]

override void Newtonsoft.Json.Bson.BsonWriter.WriteEnd ( JsonToken token)
inlineprotectedvirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 56 of file BsonWriter.cs.

57 {
58 base.WriteEnd(token);
59 BsonToken <Parent>k__BackingField = this._parent.<Parent>k__BackingField;
61 if (base.Top != 0)
62 {
63 return;
64 }
65 BsonBinaryWriter writer = this._writer;
66 BsonToken root = this._root;
67 int num = writer.CalculateSize(root);
68 writer.WriteTokenInternal(root);
69 }
class f__AnonymousType0<< Count > j__TPar
readonly BsonBinaryWriter _writer
bool< CloseOutput > k__BackingField

References Newtonsoft.Json.Bson.BsonWriter._parent, Newtonsoft.Json.Bson.BsonWriter._root, Newtonsoft.Json.Bson.BsonWriter._writer, Newtonsoft.Json.Bson.BsonBinaryWriter.CalculateSize(), j__TPar, Newtonsoft.Json.JsonWriter.k__BackingField, and Newtonsoft.Json.Bson.BsonBinaryWriter.WriteTokenInternal().