1 write to Identity
NuGet.Protocol (1)
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
481Identity = new PackageIdentity(id, parsedVersion),
5 references to Identity
NuGet.Protocol (5)
RemoteRepositories\PluginFindPackageByIdResource.cs (5)
285packageInfo.Identity.Id, 286packageInfo.Identity.Version.ToNormalizedString()), 291using (var packageReader = new PluginPackageReader(_plugin, packageInfo.Identity, _packageSource.Source)) 465if (!results.ContainsKey(packageInfo.Identity.Version)) 467results.Add(packageInfo.Identity.Version, packageInfo);