1 write to IndentCharacter
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1056IndentCharacter = IndentCharacter,
1 reference to IndentCharacter
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
151_indentByte = (byte)_options.IndentCharacter;