1 write to CacheContext
NuGet.DependencyResolver.Core (1)
Remote\RemoteWalkContext.cs (1)
18CacheContext = cacheContext ?? throw new ArgumentNullException(nameof(cacheContext));
4 references to CacheContext
NuGet.Commands (2)
RestoreCommand\Diagnostics\UnresolvedMessages.cs (2)
40context.CacheContext, 63context.CacheContext,
NuGet.DependencyResolver.Core (2)
ResolverUtility.cs (2)
49var currentCacheContext = context.CacheContext; 292var match = await FindPackageLibraryMatchAsync(libraryRange, NuGetFramework.AnyFramework, remoteDependencyProviders, remoteWalkContext.LocalLibraryProviders, remoteWalkContext.CacheContext, remoteWalkContext.Logger, cancellationToken);