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