3 writes to _lazyHashCode
System.Security.Cryptography (3)
System\Security\Cryptography\CngProperty.cs (3)
26
_lazyHashCode
= default(int?);
37
_lazyHashCode
= default;
102
_lazyHashCode
= hashCode;
2 references to _lazyHashCode
System.Security.Cryptography (2)
System\Security\Cryptography\CngProperty.cs (2)
85
if (!
_lazyHashCode
.HasValue)
105
return
_lazyHashCode
.Value;