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)
45if (_lastKeySize == keySize) 432ObjectDisposedException.ThrowIf(_lastKeySize < 0, this);