2 instantiations of TaskResultCache
NuGet.DependencyResolver.Core (2)
Remote\RemoteWalkContext.cs (2)
26
FindLibraryEntryCache = new
TaskResultCache
<LibraryRangeCacheKey, GraphItem<RemoteResolveResult>>();
27
ResolvePackageLibraryMatchCache = new
TaskResultCache
<LibraryRange, Tuple<LibraryRange, RemoteMatch>>();
5 references to TaskResultCache
NuGet.DependencyResolver.Core (5)
Remote\RemoteWalkContext.cs (2)
47
internal
TaskResultCache
<LibraryRangeCacheKey, GraphItem<RemoteResolveResult>> FindLibraryEntryCache { get; }
49
internal
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.