1 write to ContentHash
Microsoft.DotNet.SignTool (1)
src\PathWithHash.cs (1)
36ContentHash = contentHash;
6 references to ContentHash
Microsoft.DotNet.SignTool (6)
src\Configuration.cs (2)
289SignedFileContentKey signedFileContentKey = new SignedFileContentKey(file.ContentHash, file.FileName); 306new SignedFileContentKey(parentContainer.ContentHash, parentContainer.FileName);
src\FileSignInfo.cs (4)
17internal ImmutableArray<byte> ContentHash => File.ContentHash; 107Debug.Assert(!pathWithHash.ContentHash.IsDefault && pathWithHash.ContentHash.Length == 256 / 8); 111FileContentKey = new SignedFileContentKey(File.ContentHash, File.FileName);