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)
48
internal readonly bool IsRented =>
_rented
is not null;
62
if (
_rented
is not null)
64
CryptoPool.Return(
_rented
, clearSize);