2 instantiations of PackageSearchJsonContext
NuGet.CommandLine.XPlat (2)
_generated\35\PackageSearchJsonContext.g.cs (1)
24public static global::NuGet.CommandLine.XPlat.PackageSearchJsonContext Default { get; } = new global::NuGet.CommandLine.XPlat.PackageSearchJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Commands\PackageSearch\PackageSearchResultJsonRenderer.cs (1)
57var json = JsonSerializer.Serialize(_packageSearchMainOutput, new PackageSearchJsonContext(options).SearchMainOutput);
1 reference to PackageSearchJsonContext
NuGet.CommandLine.XPlat (1)
_generated\35\PackageSearchJsonContext.g.cs (1)
24public static global::NuGet.CommandLine.XPlat.PackageSearchJsonContext Default { get; } = new global::NuGet.CommandLine.XPlat.PackageSearchJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));