2 references to DownloadCount
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\JsonFormat\SearchResultPackagesConverter.cs (1)
58
writer.WriteNumber(JsonProperties.
DownloadCount
, (decimal)value.DownloadCount);
NuGet.Protocol (1)
Model\PackageSearchMetadata.cs (1)
42
[JsonProperty(PropertyName = JsonProperties.
DownloadCount
)]