3 references to EndProjectUpdate
NuGet.Commands (2)
RestoreCommand\IRestoreProgressReporter.cs (1)
16
/// The interval denoted by this method and <see cref="
EndProjectUpdate
(string, IReadOnlyList{string})"/> is the update of the files on disk only.
RestoreCommand\RestoreRunner.cs (1)
302
progressReporter?.
EndProjectUpdate
(summaryRequest.InputPath, filesToBeUpdated);
NuGet.PackageManagement (1)
NuGetPackageManager.cs (1)
3386
RestoreProgressReporter?.
EndProjectUpdate
(projectAction.RestoreResultPair.SummaryRequest.Request.Project.FilePath, filesToBeUpdated);