12 references to Any
System.Text.Json (12)
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 (8)
102JsonSchemaType schemaType = JsonSchemaType.Any; 145schemaType = JsonSchemaType.Any; 153if (schemaType is not JsonSchemaType.Any) 159derivedSchema.Type = JsonSchemaType.Any; 363JsonSchemaType unionSchemaType = JsonSchemaType.Any; 387unionSchemaType = JsonSchemaType.Any; 395if (unionSchemaType is not JsonSchemaType.Any) 399caseSchema.Type = JsonSchemaType.Any;