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