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