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