2 writes to AnyOf
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
213AnyOf = anyOf, 666AnyOf = new()
3 references to AnyOf
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
303Count(AnyOf != null); 423if (AnyOf != null) 426foreach (JsonSchema schema in AnyOf)