4 references to GetFileHash
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
1526string key = GetFileHash(eulaAttribute.Value); 2101AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource)); 2117AddAttribute(packageFileNode, HASH_ATTRIBUTE, GetFileHash(fileSource)); 2132string fileHash = GetFileHash(fileSource);