2 implementations of GetAllVersionsAsync
NuGet.Commands (1)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
615public async Task<IEnumerable<NuGetVersion>> GetAllVersionsAsync(
NuGet.DependencyResolver.Core (1)
Providers\LocalDependencyProvider.cs (1)
162public Task<IEnumerable<NuGetVersion>> GetAllVersionsAsync(
1 reference to GetAllVersionsAsync
NuGet.Commands (1)
RestoreCommand\Diagnostics\UnresolvedMessages.cs (1)
289var versions = await provider.GetAllVersionsAsync(id, cacheContext, logger, token);