1 write to _authors
NuGet.Protocol (1)
LegacyFeed\V2FeedPackageInfo.cs (1)
54
_authors
= authors == null ? Array.Empty<string>() : authors.ToArray();
1 reference to _authors
NuGet.Protocol (1)
LegacyFeed\V2FeedPackageInfo.cs (1)
105
return
_authors
;