2 writes to ActionAndContextList
NuGet.PackageManagement (2)
BuildIntegration\BuildIntegratedProjectAction.cs (2)
90ActionAndContextList = originalActions.Select(e => (e, installationContext)).ToList(); 142ActionAndContextList = originalActionsAndInstallationContexts;
2 references to ActionAndContextList
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
3306foreach ((var action, _) in projectAction.ActionAndContextList.Reverse()) 3322foreach ((var originalAction, var installationContext) in projectAction.ActionAndContextList.Where(e => !ignoreActions.Contains(e.Item1)))