3 references to IsPackage
Microsoft.DotNet.SignTool (3)
src\Configuration.cs (1)
397else if (FileSignInfo.IsPackage(file.FullPath))
src\FileSignInfo.cs (2)
63=> IsPackage(path) || IsMPack(path) || IsZip(path) || IsTarGZip(path); 101internal bool IsPackage() => IsPackage(FileName);