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