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

◆ Close()

override void Newtonsoft.Json.Bson.BsonReader.Close ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 126 of file BsonReader.cs.

127 {
128 base.Close();
129 if (this.<CloseInput>k__BackingField && this._reader != null)
130 {
131 return;
132 }
133 }
class f__AnonymousType0<< Count > j__TPar
readonly BinaryReader _reader
bool< CloseInput > k__BackingField

References Newtonsoft.Json.Bson.BsonReader._reader, Newtonsoft.Json.JsonReader.CloseInput, j__TPar, and Newtonsoft.Json.JsonReader.k__BackingField.