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