6 references to IsAppBundle
Microsoft.DotNet.MacOsPkg (6)
Program.cs (6)
83
if (!File.Exists(srcPath) || !Utilities.IsPkg(srcPath) && !Utilities.
IsAppBundle
(srcPath))
92
else if (Utilities.
IsAppBundle
(srcPath))
118
if (!Utilities.IsPkg(dstPath) && !Utilities.
IsAppBundle
(dstPath))
130
else if (Utilities.
IsAppBundle
(dstPath))
151
if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.
IsAppBundle
(srcPath)))
161
else if (Utilities.
IsAppBundle
(srcPath))