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