3 references to FormatWithCode
NuGet.CommandLine.XPlat (1)
Utility\CommandOutputLogger.cs (1)
134LogInternal(message.Level, message.FormatWithCode());
NuGet.Commands (1)
RestoreCommand\RestoreSummary.cs (1)
215foreach (var line in IndentLines(error.FormatWithCode()))
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
2716$"{Environment.NewLine}{string.Join(Environment.NewLine, errors.Select(e => e.FormatWithCode()))}");