1 write to SummaryRequest
NuGet.Commands (1)
RestoreCommand\RestoreResultPair.cs (1)
16SummaryRequest = request;
6 references to SummaryRequest
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateIO.cs (2)
190string.Equals(pair.SummaryRequest.Request.Project.FilePath, updatedPackageSpec.FilePath, StringComparison.OrdinalIgnoreCase)); 464string.Equals(pair.SummaryRequest.Request.Project.FilePath, projectPath, StringComparison.OrdinalIgnoreCase));
NuGet.Commands (1)
RestoreCommand\RestoreRunner.cs (1)
277var summaryRequest = restoreResult.SummaryRequest;
NuGet.PackageManagement (3)
NuGetPackageManager.cs (3)
3072r.SummaryRequest.Request.Project.RestoreMetadata.ProjectPath, 3376RestoreProgressReporter?.StartProjectUpdate(projectAction.RestoreResultPair.SummaryRequest.Request.Project.FilePath, filesToBeUpdated); 3386RestoreProgressReporter?.EndProjectUpdate(projectAction.RestoreResultPair.SummaryRequest.Request.Project.FilePath, filesToBeUpdated);