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