2 writes to Problems
NuGet.CommandLine.XPlat (2)
_generated\4\PackageSearchJsonContext.SearchMainOutput.g.cs (1)
79Setter = static (obj, value) => ((global::NuGet.CommandLine.XPlat.SearchMainOutput)obj).Problems = value!,
Commands\PackageSearch\JsonFormat\PackageSearchMainOutput.cs (1)
25Problems = new List<PackageSearchProblem>();
3 references to Problems
NuGet.CommandLine.XPlat (3)
_generated\4\PackageSearchJsonContext.SearchMainOutput.g.cs (2)
78Getter = static obj => ((global::NuGet.CommandLine.XPlat.SearchMainOutput)obj).Problems, 132ListPackageSearchProblemSerializeHandler(writer, ((global::NuGet.CommandLine.XPlat.SearchMainOutput)value).Problems);
Commands\PackageSearch\PackageSearchResultJsonRenderer.cs (1)
63_packageSearchMainOutput.Problems.Add(packageSearchProblem);