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