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