2 references to TryGetMsiPathFromPackageData
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
771if (!Cache.TryGetMsiPathFromPackageData(packageDataPath, out string msiPath, out _))
Installer\Windows\MsiPackageCache.cs (1)
105if (!TryGetMsiPathFromPackageData(packageCacheDirectory, out string msiPath, out string manifestPath))