4 writes to _key
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (4)
30_key = new ECOpenSsl(ecParams); 34_key = new ECOpenSsl(key); 40_key = new ECOpenSsl(parameters); 79_key = null;
5 references to _key
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (5)
70return _key.KeySize; 78_key?.Dispose(); 91[MemberNotNull(nameof(_key))] 94ObjectDisposedException.ThrowIf(_key is null, this); 100return _key.Value;