1 write to _not
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
80
public JsonSchema? Not { get => _not; set { VerifyMutable();
_not
= value; } }
1 reference to _not
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
80
public JsonSchema? Not { get =>
_not
; set { VerifyMutable(); _not = value; } }