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