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