3 references to IsTrue
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (3)
284
Items = items.
IsTrue
? null : items,
315
Items = items.
IsTrue
? null : items,
347
AdditionalProperties = valueSchema.
IsTrue
? null : valueSchema,