1 write to _hashAlgorithm
NuGet.Common (1)
CryptoHashProvider.cs (1)
56
_hashAlgorithm
= hashAlgorithm;
2 references to _hashAlgorithm
NuGet.Common (2)
CryptoHashProvider.cs (2)
64
using (var hashAlgorithm = CryptoHashUtility.GetHashAlgorithm(
_hashAlgorithm
))
75
using (var hashAlgorithm = CryptoHashUtility.GetHashAlgorithm(
_hashAlgorithm
))