1 override of CommitAsync
NuGet.Commands (1)
RestoreCommand\RequestFactory\NoOpRestoreResult.cs (1)
35
public override Task
CommitAsync
(ILogger log, CancellationToken token)
1 reference to CommitAsync
NuGet.Commands (1)
RestoreCommand\RestoreRunner.cs (1)
295
await result.
CommitAsync
(log, token);