2 writes to _lastKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\RSABCrypt.cs (2)
37
_lastKeySize
= -1;
416
_lastKeySize
= newKeySize;
2 references to _lastKeySize
System.Security.Cryptography (2)
System\Security\Cryptography\RSABCrypt.cs (2)
45
if (
_lastKeySize
== keySize)
432
ObjectDisposedException.ThrowIf(
_lastKeySize
< 0, this);