1 write to _minLength
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
92public int? MinLength { get => _minLength; set { VerifyMutable(); _minLength = value; } }
1 reference to _minLength
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
92public int? MinLength { get => _minLength; set { VerifyMutable(); _minLength = value; } }