1 write to _name
System.Security.Cryptography (1)
System\Security\Cryptography\HashAlgorithmName.cs (1)
79_name = name;
6 references to _name
System.Security.Cryptography (6)
System\Security\Cryptography\HashAlgorithmName.cs (6)
90get { return _name; } 95return _name ?? string.Empty; 106return _name == other._name; 111return _name == null ? 0 : _name.GetHashCode();