2 implementations of FindLibraryAsync
NuGet.Commands (1)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
178public async Task<LibraryIdentity> FindLibraryAsync(
NuGet.DependencyResolver.Core (1)
Providers\LocalDependencyProvider.cs (1)
73public Task<LibraryIdentity> FindLibraryAsync(
1 reference to FindLibraryAsync
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
538var library = await provider.FindLibraryAsync(libraryRange, framework, cacheContext, logger, token);