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