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