1 write to _downloadCount
NuGet.Protocol (1)
LegacyFeed\V2FeedPackageInfo.cs (1)
66
_downloadCount
= downloadCount;
2 references to _downloadCount
NuGet.Protocol (2)
LegacyFeed\V2FeedPackageInfo.cs (2)
175
return
_downloadCount
;
187
_ = int.TryParse(
_downloadCount
, out x);