4 references to IsPkg
Microsoft.DotNet.MacOsPkg (4)
Program.cs (4)
35if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath))) 42if (Utilities.IsPkg(srcPath)) 58if (!Utilities.IsPkg(dstPath) && !Utilities.IsAppBundle(dstPath)) 65if (Utilities.IsPkg(dstPath))