16 references to Count
System.Text.Json (16)
System\Text\Json\Schema\JsonSchema.cs (16)
111
Count
(Ref != null);
112
Count
(Comment != null);
113
Count
(Type != JsonSchemaType.Any);
114
Count
(Format != null);
115
Count
(Pattern != null);
116
Count
(Constant != null);
117
Count
(Properties != null);
118
Count
(Required != null);
119
Count
(Items != null);
120
Count
(AdditionalProperties != null);
121
Count
(Enum != null);
122
Count
(Not != null);
123
Count
(AnyOf != null);
124
Count
(HasDefaultValue);
125
Count
(MinLength != null);
126
Count
(MaxLength != null);