1 write to _cachedKeySize
System.Security.Cryptography (1)
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
196_cachedKeySize = ComputeKeySize();
2 references to _cachedKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.StandardProperties.cs (2)
194if (_cachedKeySize == CachedKeySizeUninitializedSentinel || _keyHandle.IsClosed) 198return _cachedKeySize;