19 references to Count
Shared (19)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (19)
248
Count
(Schema != null);
249
Count
(Ref != null);
250
Count
(Comment != null);
251
Count
(Title != null);
252
Count
(Description != null);
253
Count
(Type != JsonSchemaType.Any);
254
Count
(Format != null);
255
Count
(Pattern != null);
256
Count
(Constant != null);
257
Count
(Properties != null);
258
Count
(Required != null);
259
Count
(Items != null);
260
Count
(AdditionalProperties != null);
261
Count
(Enum != null);
262
Count
(Not != null);
263
Count
(AnyOf != null);
264
Count
(HasDefaultValue);
265
Count
(MinLength != null);
266
Count
(MaxLength != null);