3 instantiations of PathWithHash
Microsoft.DotNet.SignTool (3)
src\BatchSignUtil.cs (1)
190new FileSignInfo(new PathWithHash(engine.Key.FileName, engine.Value.ContentHash), engine.Value.SignInfo)));
src\Configuration.cs (2)
171PathWithHash pathWithHash = new PathWithHash(itemToSign.FullPath, contentHash); 810PathWithHash nestedFile = new PathWithHash(tempPath, entry.ContentHash);
12 references to PathWithHash
Microsoft.DotNet.SignTool (12)
src\Configuration.cs (9)
171PathWithHash pathWithHash = new PathWithHash(itemToSign.FullPath, contentHash); 210private FileSignInfo TrackFile(PathWithHash file, PathWithHash parentContainer, string collisionPriorityId) 295PathWithHash file, 296PathWithHash parentContainer, 531bool IsSigned(PathWithHash file, SigningStatus signingStatus) 549bool IsStrongNameSigned(PathWithHash file) 575private void Check3rdPartyMicrosoftSignatureMismatch(PathWithHash file, PEInfo peInfo, SignInfo signInfo) 810PathWithHash nestedFile = new PathWithHash(tempPath, entry.ContentHash);
src\FileSignInfo.cs (2)
20internal readonly PathWithHash File; 131internal 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