3 references to PackIsInstalled
dotnet (3)
Commands\Workload\Install\FileBasedInstaller.cs (3)
154if (PackIsInstalled(packInfo) && !overwriteExistingPacks) 391packs = packs.Where(p => !PackIsInstalled(p)); 674if (PackIsInstalled(packInfo))