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

◆ WriteRegex()

void Newtonsoft.Json.Bson.BsonWriter.WriteRegex ( string pattern,
string options )
inline

Definition at line 329 of file BsonWriter.cs.

330 {
331 ValidationUtils.ArgumentNotNull(pattern, "pattern");
332 base.UpdateScopeWithFinishedValue();
333 base.AutoComplete(JsonToken.Undefined);
334 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.