3 writes to Properties
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.cs (3)
340
Properties
= properties,
382
Properties
= new()
420
Properties
= dictProps,
3 references to Properties
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
297
Count(
Properties
!= null);
381
if (
Properties
!= null)
384
foreach (KeyValuePair<string, JsonSchema> property in
Properties
)