2 writes to _hash
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
34_hash = hash; 285_hash = null;
12 references to _hash
System.Security.Cryptography (12)
System\Security\Cryptography\IncrementalHash.cs (12)
35HashLengthInBytes = _hash.HashSizeInBytes; 104Debug.Assert((_hash != null) ^ (_hmac != null)); 105if (_hash != null) 107_hash.AppendHashData(data); 178Debug.Assert((_hash != null) ^ (_hmac != null)); 179return _hash != null ? 180_hash.FinalizeHashAndReset(destination) : 268Debug.Assert((_hash != null) ^ (_hmac != null)); 269return _hash != null ? 270_hash.GetCurrentHash(destination) : 282if (_hash != null) 284_hash.Dispose();