1 write to _format
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
56
public string? Format { get => _format; set { VerifyMutable();
_format
= value; } }
1 reference to _format
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
56
public string? Format { get =>
_format
; set { VerifyMutable(); _format = value; } }