2 writes to FindLibraryTask
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
193
FindLibraryTask
= ResolverUtility.FindLibraryCachedAsync(
1387
FindLibraryTask
= ResolverUtility.FindLibraryCachedAsync(
2 references to FindLibraryTask
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.DependencyGraphItem.cs (2)
75
/// Gets the <see cref="GraphItem{TItem}" /> with the <see cref="RemoteResolveResult" /> of this dependency graph item from calling the delegate specified in <see cref="
FindLibraryTask
" />.
91
GraphItem<RemoteResolveResult> item = await
FindLibraryTask
;