2 references to ComputeHash
Microsoft.Build.Tasks.Core (2)
FileIO\GetFileHash.cs (1)
99var hash = ComputeHash(algorithmFactory, filePath, _cancellationTokenSource.Token);
FileIO\VerifyFileHash.cs (1)
66byte[] hash = GetFileHash.ComputeHash(algorithmFactory, filePath, _cancellationTokenSource.Token);