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