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; 343JsonSchemaType unionSchemaType = JsonSchemaType.Any; 367unionSchemaType = JsonSchemaType.Any; 375if (unionSchemaType is not JsonSchemaType.Any) 379caseSchema.Type = JsonSchemaType.Any;