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