1 write to MaxLength
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\CharConverter.cs (1)
65new() { Type = JsonSchemaType.String, MinLength = 1, MaxLength = 1 };
2 references to MaxLength
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (2)
126Count(MaxLength != null); 253if (MaxLength is int maxLength)