2 references to ComputeHash
Microsoft.Build.Tasks.Core (2)
FileIO\GetFileHash.cs (1)
94var hash = ComputeHash(algorithmFactory, file.ItemSpec, _cancellationTokenSource.Token);
FileIO\VerifyFileHash.cs (1)
60byte[] hash = GetFileHash.ComputeHash(algorithmFactory, File, _cancellationTokenSource.Token);