3 writes to AnyOf
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
174AnyOf = anyOf, 412AnyOf = unionAnyOf,
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
57AnyOf =
5 references to AnyOf
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (3)
123Count(AnyOf != null); 232if (AnyOf != null) 235foreach (JsonSchema schema in AnyOf)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
190Debug.Assert(schema.AnyOf is not null, "IEEE floating-point types with AllowNamedFloatingPointLiterals should generate an anyOf schema."); 192List<JsonSchema> anyOf = schema.AnyOf;