2 writes to AnyOf
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
184
AnyOf
= anyOf,
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
60
AnyOf
=
3 references to AnyOf
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
123
Count(
AnyOf
!= null);
232
if (
AnyOf
!= null)
235
foreach (JsonSchema schema in
AnyOf
)