2 writes to _skipClear
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (2)
88
_skipClear
= skipClear,
121
_skipClear
= skipClearIfNotRented || skipClear,
2 references to _skipClear
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (2)
57
Return(
_skipClear
? 0 : Span.Length);
67
else if (!
_skipClear
&& clearSize > 0)