1 write to _anyOf
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
83public List<JsonSchema>? AnyOf { get => _anyOf; set { VerifyMutable(); _anyOf = value; } }
1 reference to _anyOf
System.Text.Json (1)
System\Text\Json\Schema\JsonSchema.cs (1)
83public List<JsonSchema>? AnyOf { get => _anyOf; set { VerifyMutable(); _anyOf = value; } }