1 write to FindLibraryEntryCache
NuGet.DependencyResolver.Core (1)
Remote\RemoteWalkContext.cs (1)
26
FindLibraryEntryCache
= 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.
106
foreach (LibraryRangeCacheKey key in
FindLibraryEntryCache
.Keys.NoAllocEnumerate())
108
if (!
FindLibraryEntryCache
.TryGetValue(key, out Task<GraphItem<RemoteResolveResult>>? task))
ResolverUtility.cs (1)
30
return context.
FindLibraryEntryCache
.GetOrAddAsync(key,