3 references to PathWithHash
Microsoft.DotNet.SignTool (3)
src\BatchSignUtil.cs (1)
186
new FileSignInfo(new
PathWithHash
(engine.Key.FileName, engine.Value.ContentHash), engine.Value.SignInfo)));
src\Configuration.cs (2)
160
PathWithHash pathWithHash = new
PathWithHash
(fullPath, contentHash);
718
PathWithHash nestedFile = new
PathWithHash
(tempPath, contentHash);