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