2 writes to Not
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (1)
283schema = new JsonSchema { Not = CreateTrueSchema() };
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (1)
24new JsonSchema { Comment = "Unsupported .NET type", Not = JsonSchema.CreateTrueSchema() };
3 references to Not
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
111Count(Not is not null); 218if (Not is not null) 220objSchema.Add(NotPropertyName, Not.ToJsonNode(options));