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