3 writes to Properties
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (3)
278
Properties
= properties,
319
Properties
=
356
Properties
= dictProps,
3 references to Properties
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
106
Count(
Properties
is not null);
181
if (
Properties
is not null)
184
foreach (KeyValuePair<string, JsonSchema> property in
Properties
)