3 references to IsDeb
Microsoft.DotNet.SignTool (3)
src\Configuration.cs (1)
432else if (FileSignInfo.IsDeb(file.FullPath))
src\FileSignInfo.cs (1)
71internal bool IsDeb() => IsDeb(FileName);
src\ZipData.cs (1)
73else if (FileSignInfo.IsDeb(archivePath))