2 references to MinimumIndentSize
System.Text.Json (2)
System\Text\Json\Writer\JsonWriterHelper.cs (2)
59
if (value is < JsonConstants.
MinimumIndentSize
or > JsonConstants.MaximumIndentSize)
60
ThrowHelper.ThrowArgumentOutOfRangeException_IndentSize(nameof(value), JsonConstants.
MinimumIndentSize
, JsonConstants.MaximumIndentSize);