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