2 writes to Not
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (1)
282schema = new JsonSchema { Not = True };
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (1)
24new JsonSchema { Comment = "Unsupported .NET type", Not = JsonSchema.True };
3 references to Not
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
122Count(Not != null); 227if (Not != null) 229objSchema.Add(NotPropertyName, Not.ToJsonNode(options));