3 writes to _baseValue
System.Security.Cryptography (3)
System\Security\Cryptography\PasswordDeriveBytes.cs (3)
166_baseValue = null; 211_baseValue = _hash.Hash; 217_baseValue = _hash.Hash;
12 references to _baseValue
System.Security.Cryptography (12)
System\Security\Cryptography\PasswordDeriveBytes.cs (12)
76if (_baseValue != null) 90if (_baseValue != null) 105if (_baseValue != null) 120if (_baseValue == null) 177if (_baseValue != null) 179Array.Clear(_baseValue); 216_hash.ComputeHash(_baseValue!); 220return _baseValue!; 236cs.Write(_baseValue!, 0, _baseValue!.Length); 249cs.Write(_baseValue, 0, _baseValue.Length);