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