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