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

◆ WriteObjectId()

void Newtonsoft.Json.Bson.BsonWriter.WriteObjectId ( byte[] value)
inline

Definition at line 320 of file BsonWriter.cs.

321 {
323 base.UpdateScopeWithFinishedValue();
324 base.AutoComplete(JsonToken.Undefined);
325 this.AddValue(value, BsonType.Oid);
326 }
class f__AnonymousType0<< Count > j__TPar
void AddValue(object value, BsonType type)
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Bson.BsonWriter.AddValue(), Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), j__TPar, and System.value.