2 references to IsZip
Microsoft.DotNet.SignTool (2)
src\FileSignInfo.cs (2)
63=> IsPackage(path) || IsMPack(path) || IsZip(path) || IsTarGZip(path); 79internal bool IsZip() => IsZip(FileName);