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