2 writes to ResolutionContext
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
1158ResolutionContext = resolutionContext, 1858ResolutionContext = resolutionContext,
5 references to ResolutionContext
NuGet.PackageManagement (5)
Resolution\ResolverGather.cs (5)
47_cache = _context.ResolutionContext?.GatherCache; 170if (_context.ResolutionContext?.DependencyBehavior != Resolver.DependencyBehavior.Ignore) 290var packageInfo = await _packagesFolderResource.ResolvePackage(installedPackage, _context.TargetFramework, _context.ResolutionContext.SourceCacheContext, _context.Log, token); 504var packages = await resource.ResolvePackages(packageId, targetFramework, _context.ResolutionContext.SourceCacheContext, _context.Log, token); 512var package = await resource.ResolvePackage(identity, targetFramework, _context.ResolutionContext.SourceCacheContext, _context.Log, token);