1 write to Text
NuGet.CommandLine.XPlat (1)
ListPackage\ReportProblem.cs (1)
24
Text
= text;
3 references to Text
NuGet.CommandLine.XPlat (3)
ListPackage\ListPackageConsoleRenderer.cs (2)
223
listPackageArgs.Logger.LogWarning(problem.
Text
);
226
consoleError.WriteLine(problem.
Text
);
ListPackage\ListPackageJsonRenderer.cs (1)
130
writer.WriteValue(PathUtility.GetPathWithForwardSlashes(reportProblem.
Text
));