3 writes to Properties
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (3)
267
Properties
= properties,
308
Properties
=
345
Properties
= dictProps,
3 references to Properties
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
117
Count(
Properties
!= null);
190
if (
Properties
!= null)
193
foreach (KeyValuePair<string, JsonSchema> property in
Properties
)