2 references to SupportedAlgorithms
Microsoft.Build.Tasks.Core (2)
FileIO\GetFileHash.cs (1)
69
if (!
SupportedAlgorithms
.TryGetValue(Algorithm, out var algorithmFactory))
FileIO\VerifyFileHash.cs (1)
48
if (!GetFileHash.
SupportedAlgorithms
.TryGetValue(Algorithm, out var algorithmFactory))