2 references to ResolutionSucceeded
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (1)
293
success &= await projectRestoreCommand.
ResolutionSucceeded
(allGraphs, downloadDependencyResolutionResults, context, token);
RestoreCommand\ProjectRestoreCommand.cs (1)
173
success &= (await
ResolutionSucceeded
(graphs, downloadDependencyResolutionResults, context, token));