2 instantiations of TaskResultCache
NuGet.DependencyResolver.Core (2)
Remote\RemoteWalkContext.cs (2)
26FindLibraryEntryCache = new TaskResultCache<LibraryRangeCacheKey, GraphItem<RemoteResolveResult>>(); 27ResolvePackageLibraryMatchCache = new TaskResultCache<LibraryRange, Tuple<LibraryRange, RemoteMatch>>();
5 references to TaskResultCache
NuGet.DependencyResolver.Core (5)
Remote\RemoteWalkContext.cs (2)
47internal TaskResultCache<LibraryRangeCacheKey, GraphItem<RemoteResolveResult>> FindLibraryEntryCache { get; } 49internal TaskResultCache<LibraryRange, Tuple<LibraryRange, RemoteMatch>> ResolvePackageLibraryMatchCache { get; }
src\nuget-client\build\Shared\TaskResultCache.cs (3)
31/// Initializes a new instance of the <see cref="TaskResultCache{TKey, TValue}" /> class with the specified key comparer. 41/// Initializes a new instance of the <see cref="TaskResultCache{TKey, TValue}" /> class with the specified initial capacity. 51/// Initializes a new instance of the <see cref="TaskResultCache{TKey, TValue}" /> class.