2 writes to Id
aspire-nuget (2)
Commands\SearchCommand.cs (1)
266Id = result.Identity.Id,
SearchJsonContext.PackageInfo.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).Id = value!,
5 references to Id
aspire-nuget (5)
Commands\SearchCommand.cs (3)
158.GroupBy(p => p.Id, StringComparer.OrdinalIgnoreCase) 160.OrderBy(p => p.Id) 294Console.WriteLine($"{pkg.Id} {pkg.Version}");
SearchJsonContext.PackageInfo.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).Id, 212string __value_Id = ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)value).Id;