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