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)
85if (!_lazyHashCode.HasValue) 105return _lazyHashCode.Value;