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