5 references to Null
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (3)
147Type |= JsonSchemaType.Null; 299JsonSchemaType.Null, 339JsonSchemaType.Null => "null",
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
200branch.Type |= JsonSchemaType.Null; 378caseSchema.Type |= JsonSchemaType.Null;