2 references to Unpack
Microsoft.DotNet.MacOsPkg.Cli (1)
Program.cs (1)
51return MacOsPkgCore.Unpack(srcPath, dstPath);
Microsoft.DotNet.SignCheckLibrary (1)
Verification\PkgVerifier.cs (1)
40if (MacOsPkgCore.Unpack(archivePath, extractionPath) != 0)