2 writes to AnyOf
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
213AnyOf = anyOf, 670AnyOf = new()
3 references to AnyOf
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
263Count(AnyOf != null); 383if (AnyOf != null) 386foreach (JsonSchema schema in AnyOf)