3 writes to IndentSize
Microsoft.Extensions.Logging.Console (2)
_generated\0\BindingExtensions.g.cs (2)
344
instance.
IndentSize
= ParseInt(value26, configuration.GetSection("IndentSize").Path);
349
instance.
IndentSize
= instance.IndentSize;
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1094
IndentSize
= IndentSize,
2 references to IndentSize
Microsoft.Extensions.Logging.Console (1)
_generated\0\BindingExtensions.g.cs (1)
349
instance.IndentSize = instance.
IndentSize
;
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
252
_indentLength = options.
IndentSize
;