3 writes to IndentCharacter
Microsoft.Extensions.Logging.Console (2)
_generated\0\BindingExtensions.g.cs (2)
332instance.IndentCharacter = ParseChar(value25, configuration.GetSection("IndentCharacter").Path); 337instance.IndentCharacter = instance.IndentCharacter;
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1093IndentCharacter = IndentCharacter,
2 references to IndentCharacter
Microsoft.Extensions.Logging.Console (1)
_generated\0\BindingExtensions.g.cs (1)
337instance.IndentCharacter = instance.IndentCharacter;
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
251_indentByte = (byte)_options.IndentCharacter;