9 references to ContentUtil
Microsoft.DotNet.SignTool (9)
src\Configuration.cs (6)
153var contentHash = ContentUtil.GetContentHash(itemToSign.FullPath); 307if (file.ContentHash == ContentUtil.EmptyFileContentHash) 607bool isManaged = ContentUtil.IsManaged(fullPath); 614bool isCrossgened = ContentUtil.IsCrossgened(fullPath); 615string publicKeyToken = ContentUtil.GetPublicKeyToken(fullPath); 753ImmutableArray<byte> contentHash = ContentUtil.GetContentHash(entryMemoryStream);
src\FileSignInfo.cs (2)
77internal bool IsManaged() => ContentUtil.IsManaged(FullPath); 79internal bool IsCrossgened() => ContentUtil.IsCrossgened(FullPath);
src\SignedFileContentKey.cs (1)
37StringHash = ContentUtil.HashToString(contentHash);