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