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