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)
257Count(Properties != null); 341if (Properties != null) 344foreach (KeyValuePair<string, JsonSchema> property in Properties)