5 references to Null
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (3)
138
Type |= JsonSchemaType.
Null
;
300
JsonSchemaType.
Null
,
340
JsonSchemaType.
Null
=> "null",
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
201
branch.Type |= JsonSchemaType.
Null
;
379
caseSchema.Type |= JsonSchemaType.
Null
;