2 instantiations of GatherCacheResult
NuGet.PackageManagement (2)
Resolution\GatherCache.cs (2)
98
return new
GatherCacheResult
(hasEntry, packages);
115
return new
GatherCacheResult
(hasEntry, result);
4 references to GatherCacheResult
NuGet.PackageManagement (4)
Resolution\GatherCache.cs (3)
62
public
GatherCacheResult
GetPackage(
78
var
allPackagesResult = GetPackages(source, package.Id, framework);
104
public
GatherCacheResult
GetPackages(
Resolution\ResolverGather.cs (1)
396
GatherCacheResult
cacheResult = null;