2 writes to TotalHits
aspire-nuget (2)
Commands\SearchCommand.cs (1)
286
TotalHits
= packages.Count
SearchJsonContext.SearchResult.g.cs (1)
81
Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.SearchResult)obj).
TotalHits
= value!,
2 references to TotalHits
aspire-nuget (2)
SearchJsonContext.SearchResult.g.cs (2)
80
Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.SearchResult)obj).
TotalHits
,
114
writer.WriteNumber(PropName_totalHits, ((global::Aspire.Cli.NuGetHelper.Commands.SearchResult)value).
TotalHits
);