1 write to TotalHits
aspire (1)
BundleSearchJsonContext.BundleSearchResult.g.cs (1)
79
Setter = static (obj, value) => ((global::Aspire.Cli.NuGet.BundleSearchResult)obj).
TotalHits
= value!,
2 references to TotalHits
aspire (2)
BundleSearchJsonContext.BundleSearchResult.g.cs (2)
78
Getter = static obj => ((global::Aspire.Cli.NuGet.BundleSearchResult)obj).
TotalHits
,
108
writer.WriteNumber(PropName_totalHits, ((global::Aspire.Cli.NuGet.BundleSearchResult)value).
TotalHits
);