5 writes to _key
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (4)
39_key = new Lazy<SafeEvpPKeyHandle>(GenerateKey); 56_key = new Lazy<SafeEvpPKeyHandle>(GenerateKey); 639_key = null; 658_key = new Lazy<SafeEvpPKeyHandle>(newKey);
System\Security\Cryptography\RSAOpenSsl.cs (1)
22_key = new Lazy<SafeEvpPKeyHandle>();
7 references to _key
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (7)
647if (_key != null && _key.IsValueCreated) 649SafeEvpPKeyHandle handle = _key.Value; 654[MemberNotNull(nameof(_key))] 702[MemberNotNull(nameof(_key))] 705ObjectDisposedException.ThrowIf(_key is null, this); 712SafeEvpPKeyHandle key = _key.Value;