4 references to Null
System.Text.Json (4)
System\Text\Json\Schema\JsonSchema.cs (3)
147
Type |= JsonSchemaType.
Null
;
299
JsonSchemaType.
Null
,
339
JsonSchemaType.
Null
=> "null",
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
358
caseSchema.Type |= JsonSchemaType.
Null
;