2 instantiations of ResolutionContext
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
711updatedResolutionContext = new ResolutionContext( 762updatedResolutionContext = new ResolutionContext(
35 references to ResolutionContext
NuGet.PackageManagement (35)
NuGetPackageManager.cs (34)
219ResolutionContext resolutionContext, 256ResolutionContext resolutionContext, 279public async Task InstallPackageAsync(NuGetProject nuGetProject, string packageId, ResolutionContext resolutionContext, 315ResolutionContext resolutionContext, 357ResolutionContext resolutionContext, 380ResolutionContext resolutionContext, 405ResolutionContext resolutionContext, 442ResolutionContext resolutionContext, 488ResolutionContext resolutionContext, 505ResolutionContext resolutionContext, 562ResolutionContext resolutionContext, 582ResolutionContext resolutionContext, 602ResolutionContext resolutionContext, 622ResolutionContext resolutionContext, 643ResolutionContext resolutionContext, 701var updatedResolutionContext = resolutionContext; 752var updatedResolutionContext = resolutionContext; 827ResolutionContext resolutionContext, 1002ResolutionContext resolutionContext, 1551ResolutionContext resolutionContext, INuGetProjectContext nuGetProjectContext, 1579ResolutionContext resolutionContext, 1590ResolutionContext resolutionContext, 1612ResolutionContext resolutionContext, 1717ResolutionContext resolutionContext, 1729ResolutionContext resolutionContext, 2406/// cref="PreviewInstallPackageAsync(IEnumerable{NuGetProject},string,ResolutionContext,INuGetProjectContext,SourceRepository,IEnumerable{SourceRepository},CancellationToken)" /> 2467/// cref="PreviewInstallPackageAsync(NuGetProject,string,ResolutionContext,INuGetProjectContext,SourceRepository,IEnumerable{SourceRepository},CancellationToken)" /> 2495/// cref="PreviewInstallPackageAsync(NuGetProject,string,ResolutionContext,INuGetProjectContext,SourceRepository,IEnumerable{SourceRepository},CancellationToken)" /> 3770ResolutionContext resolutionContext, 3787ResolutionContext resolutionContext, 3811ResolutionContext resolutionContext, 3829ResolutionContext resolutionContext, 3851ResolutionContext resolutionContext, 3876ResolutionContext resolutionContext,
Resolution\GatherContext.cs (1)
71public ResolutionContext ResolutionContext { get; set; }