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