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