6 references to IsPkg
Microsoft.DotNet.MacOsPkg.Core (6)
MacOsPkgCore.cs (6)
20if (!File.Exists(srcPath) || !Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath)) 25if (Utilities.IsPkg(srcPath)) 62if (!Utilities.IsPkg(dstPath) && !Utilities.IsAppBundle(dstPath)) 70if (Utilities.IsPkg(dstPath)) 102if (!File.Exists(srcPath) || (!Utilities.IsPkg(srcPath) && !Utilities.IsAppBundle(srcPath))) 110if (Utilities.IsPkg(srcPath))