2 references to RunWithoutCommitAsync
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
164var restoreResult = await RestoreRunner.RunWithoutCommitAsync(restoreRequests, restoreContext, cancellationToken);
NuGet.Commands (1)
RestoreCommand\RestoreRunner.cs (1)
107return RunWithoutCommitAsync(restoreRequests, restoreContext, CancellationToken.None);