2 references to GetAllVersionsInternalAsync
NuGet.Commands (2)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
276
var packageVersions = await
GetAllVersionsInternalAsync
(libraryRange.Name, cacheContext, logger, false, cancellationToken);
621
return await
GetAllVersionsInternalAsync
(id, cacheContext, logger, catchAndLogExceptions: true, cancellationToken: cancellationToken);