1 write to Id
aspire-managed (1)
NuGet\Commands\SearchCommand.cs (1)
266
Id
= result.Identity.Id,
3 references to Id
aspire-managed (3)
NuGet\Commands\SearchCommand.cs (3)
158
.GroupBy(p => p.
Id
, StringComparer.OrdinalIgnoreCase)
160
.OrderBy(p => p.
Id
)
294
Console.WriteLine($"{pkg.
Id
} {pkg.Version}");