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