1 write to _hashAlgorithm
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
365_hashAlgorithm = CryptoHelpers.CreateNonTransformFromName<HashAlgorithm>(_digestMethod);
4 references to _hashAlgorithm
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\Reference.cs (4)
195if (_hashAlgorithm!.Hash == null) 197DigestValue = _hashAlgorithm.Hash; 366if (_hashAlgorithm == null) 487hashval = _hashAlgorithm.ComputeHash(hashInputStream!);