3 instantiations of 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);
9 references to PathWithHash
Microsoft.DotNet.SignTool (9)
src\Configuration.cs (6)
160
PathWithHash
pathWithHash = new PathWithHash(fullPath, contentHash);
199
private FileSignInfo TrackFile(
PathWithHash
file,
PathWithHash
parentContainer, string collisionPriorityId)
276
PathWithHash
file,
277
PathWithHash
parentContainer,
718
PathWithHash
nestedFile = new PathWithHash(tempPath, contentHash);
src\FileSignInfo.cs (2)
19
internal readonly
PathWithHash
File;
104
internal FileSignInfo(
PathWithHash
pathWithHash, SignInfo signInfo, string targetFramework = null, string wixContentFilePath = null, bool hasSignableParts = false)
src\SignedFileContentKey.cs (1)
16
/// This contrasts with <seealso cref="
PathWithHash
"/>, which is a helper data structure