3 writes to InputPath
NuGet.Commands (3)
RestoreCommand\RestoreSummary.cs (3)
52InputPath = null; 68InputPath = inputPath; 88InputPath = inputPath;
5 references to InputPath
NuGet.Commands (5)
RestoreCommand\RestoreSummary.cs (5)
124if (!string.IsNullOrEmpty(restoreSummary.InputPath)) 126if (installed.ContainsKey(restoreSummary.InputPath)) 128installed[restoreSummary.InputPath] += restoreSummary.InstallCount; 132installed[restoreSummary.InputPath] = restoreSummary.InstallCount; 146string.Format(CultureInfo.CurrentCulture, Strings.Log_ErrorSummary, restoreSummary.InputPath),