2 references to IsDeb
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (1)
421else if(FileSignInfo.IsDeb(file.FullPath))
src\FileSignInfo.cs (1)
65internal bool IsDeb() => IsDeb(FileName);