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