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