3 writes to _lazyHashCode
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (3)
26
_lazyHashCode
= default(int?);
44
_lazyHashCode
= default;
109
_lazyHashCode
= hashCode;
2 references to _lazyHashCode
System.Security.Cryptography (2)
System\Security\Cryptography\CngProperty.cs (2)
92
if (!
_lazyHashCode
.HasValue)
112
return
_lazyHashCode
.Value;