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