1 write to FindLibraryEntryCache
NuGet.DependencyResolver.Core (1)
Remote\RemoteWalkContext.cs (1)
26FindLibraryEntryCache = new TaskResultCache<LibraryRangeCacheKey, GraphItem<RemoteResolveResult>>();
4 references to FindLibraryEntryCache
NuGet.DependencyResolver.Core (4)
Remote\RemoteWalkContext.cs (3)
99/// The <see cref="FindLibraryEntryCache" /> is internal but the dependency resolver needs to know what packages were unresolved after walking the dependency graph. 106foreach (LibraryRangeCacheKey key in FindLibraryEntryCache.Keys.NoAllocEnumerate()) 108if (!FindLibraryEntryCache.TryGetValue(key, out Task<GraphItem<RemoteResolveResult>>? task))
ResolverUtility.cs (1)
30return context.FindLibraryEntryCache.GetOrAddAsync(key,