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)
112
JsonSchemaType schemaType = JsonSchemaType.
Any
;
155
schemaType = JsonSchemaType.
Any
;
163
if (schemaType is not JsonSchemaType.
Any
)
169
derivedSchema.Type = JsonSchemaType.
Any
;