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