3 writes to AnyOf
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
175AnyOf = anyOf, 413AnyOf = unionAnyOf,
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
61AnyOf =
5 references to AnyOf
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (3)
112Count(AnyOf is not null); 223if (AnyOf is not null) 226foreach (JsonSchema schema in AnyOf)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
191Debug.Assert(schema.AnyOf is not null, "IEEE floating-point types with AllowNamedFloatingPointLiterals should generate an anyOf schema."); 193List<JsonSchema> anyOf = schema.AnyOf;