4 references to GetFileHash
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
1528string key = GetFileHash(eulaAttribute.Value); 2110AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource)); 2126AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource)); 2141string fileHash = GetFileHash(fileSource);