1 write to _properties
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
65
public List<KeyValuePair<string, JsonSchema>>? Properties { get => _properties; set { VerifyMutable();
_properties
= value; } }
1 reference to _properties
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
65
public List<KeyValuePair<string, JsonSchema>>? Properties { get =>
_properties
; set { VerifyMutable(); _properties = value; } }