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