2 writes to FindLibraryTask
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.cs (2)
193FindLibraryTask = ResolverUtility.FindLibraryCachedAsync( 1387FindLibraryTask = 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" />. 91GraphItem<RemoteResolveResult> item = await FindLibraryTask;