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