1 write to _defaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
89public JsonNode? DefaultValue { get => _defaultValue; set { VerifyMutable(); _defaultValue = value; } }
1 reference to _defaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
89public JsonNode? DefaultValue { get => _defaultValue; set { VerifyMutable(); _defaultValue = value; } }