8 references to Any
System.Text.Json (8)
System\Text\Json\Schema\JsonSchema.cs (4)
54
private JsonSchemaType _type = JsonSchemaType.
Any
;
113
Count(Type != JsonSchemaType.
Any
);
145
if (Type != JsonSchemaType.
Any
)
314
if (schemaType is JsonSchemaType.
Any
)
System\Text\Json\Schema\JsonSchemaExporter.cs (4)
102
JsonSchemaType schemaType = JsonSchemaType.
Any
;
145
schemaType = JsonSchemaType.
Any
;
153
if (schemaType is not JsonSchemaType.
Any
)
159
derivedSchema.Type = JsonSchemaType.
Any
;