1 write to ProjectPath
NuGet.CommandLine.XPlat (1)
ListPackage\ListPackageProjectModel.cs (1)
24ProjectPath = projectPath;
2 references to ProjectPath
NuGet.CommandLine.XPlat (2)
ListPackage\ListPackageJsonRenderer.cs (1)
176writer.WriteValue(PathUtility.GetPathWithForwardSlashes(reportProject.ProjectPath));
ListPackage\ListPackageProjectModel.cs (1)
34ProjectProblems.Add(new ReportProblem(project: ProjectPath, text: message, problemType: problemType));