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