12 references to Any
System.Text.Json (12)
System\Text\Json\Schema\JsonSchema.cs (4)
53public JsonSchemaType Type { get; set { VerifyMutable(); field = value; } } = JsonSchemaType.Any; 102Count(Type != JsonSchemaType.Any); 136if (Type != JsonSchemaType.Any) 315if (schemaType is JsonSchemaType.Any)
System\Text\Json\Schema\JsonSchemaExporter.cs (8)
103JsonSchemaType schemaType = JsonSchemaType.Any; 146schemaType = JsonSchemaType.Any; 154if (schemaType is not JsonSchemaType.Any) 160derivedSchema.Type = JsonSchemaType.Any; 364JsonSchemaType unionSchemaType = JsonSchemaType.Any; 388unionSchemaType = JsonSchemaType.Any; 396if (unionSchemaType is not JsonSchemaType.Any) 400caseSchema.Type = JsonSchemaType.Any;