2 writes to ResolutionContext
NuGet.PackageManagement (2)
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);