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

◆ WriteValue() [30/39]

override void Newtonsoft.Json.Bson.BsonWriter.WriteValue ( string value)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 182 of file BsonWriter.cs.

183 {
184 base.WriteValue(value);
185 if (value != null)
186 {
187 return;
188 }
189 long num = 0L;
190 this.AddValue(num, BsonType.Null);
191 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(object value, BsonType type)

References Newtonsoft.Json.Bson.BsonWriter.AddValue(), j__TPar, System.L, and System.value.