1 write to Identity
NuGet.Protocol (1)
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
483Identity = new PackageIdentity(id, parsedVersion),
5 references to Identity
NuGet.Protocol (5)
RemoteRepositories\PluginFindPackageByIdResource.cs (5)
287packageInfo.Identity.Id, 288packageInfo.Identity.Version.ToNormalizedString()), 293using (var packageReader = new PluginPackageReader(_plugin, packageInfo.Identity, _packageSource.Source)) 467if (!results.ContainsKey(packageInfo.Identity.Version)) 469results.Add(packageInfo.Identity.Version, packageInfo);