18 references to Count
System.Text.Json (18)
System\Text\Json\Schema\JsonSchema.cs (18)
100
Count
(Ref is not null);
101
Count
(Comment is not null);
102
Count
(Type != JsonSchemaType.Any);
103
Count
(Format is not null);
104
Count
(Pattern is not null);
105
Count
(Constant is not null);
106
Count
(Properties is not null);
107
Count
(Required is not null);
108
Count
(Items is not null);
109
Count
(AdditionalProperties is not null);
110
Count
(Enum is not null);
111
Count
(Not is not null);
112
Count
(AnyOf is not null);
113
Count
(HasDefaultValue);
114
Count
(MinLength is not null);
115
Count
(MaxLength is not null);
116
Count
(Deprecated is not null);
117
Count
(ContentEncoding is not null);