Writes a TOML property name using an optional dotted-key handling override.
protected static void WritePropertyName(TomlWriter writer, string name, TomlDottedKeyHandling? dottedKeyHandling)
The TOML writer.
The property name.
The dotted-key handling override, or null to use the writer options.