2 writes to ProblemType
NuGet.CommandLine.XPlat (2)
Commands\PackageSearch\JsonFormat\PackageSearchProblem.cs (2)
21
ProblemType
= packageSearchProblemType;
28
ProblemType
= problemType;
3 references to ProblemType
NuGet.CommandLine.XPlat (3)
_generated\1\PackageSearchJsonContext.PackageSearchProblem.g.cs (1)
80
Getter = static obj => ((global::NuGet.CommandLine.XPlat.PackageSearchProblem)obj).
ProblemType
,
Commands\PackageSearch\PackageSearchResultTableRenderer.cs (2)
50
if (packageSearchProblem.
ProblemType
== PackageSearchProblemType.Error)
139
if (packageSearchProblem.
ProblemType
== PackageSearchProblemType.Error)