2 writes to _skipClear
System.Security.Cryptography.Pkcs (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.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\CryptoPool.cs (2)
57Return(_skipClear ? 0 : Span.Length); 67else if (!_skipClear && clearSize > 0)