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)
90
get { return
_name
; }
95
return
_name
?? string.Empty;
106
return
_name
== other.
_name
;
111
return
_name
== null ? 0 :
_name
.GetHashCode();