1 write to _type
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
53
public JsonSchemaType Type { get => _type; set { VerifyMutable();
_type
= value; } }
1 reference to _type
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
53
public JsonSchemaType Type { get =>
_type
; set { VerifyMutable(); _type = value; } }