3 writes to _rented
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (3)
65_rented = null; 87_rented = rented, 120_rented = null,
3 references to _rented
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (3)
48internal readonly bool IsRented => _rented is not null; 62if (_rented is not null) 64CryptoPool.Return(_rented, clearSize);